mattermost: build without long test suite by default

It was good for the unstable cycle to sort things out, switch it for
25.05 release since it's still in the passthru.
This commit is contained in:
Morgan Jones
2025-04-06 17:42:02 -07:00
parent 1f67f0f1c9
commit 7e1b06860e
+1 -1
View File
@@ -80,7 +80,7 @@ let
tests.mattermostWithTests = withTests;
};
in
finalPassthru.withTests;
finalPassthru.withoutTests;
in
buildMattermost rec {
pname = "mattermost";