Skip to content

Commit de515c0

Browse files
aligator: exclude another failing test (#403583)
2 parents b2c1ae9 + da0fd3c commit de515c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/al/aligator/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
8282
]
8383
++ lib.optionals (stdenv.hostPlatform.isDarwin && pythonSupport) [
8484
# ignore one failing test for now
85-
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;aligator-test-py-rollout")
85+
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--exclude-regex;'aligator-test-py-rollout|aligator-test-py-frames'")
8686
];
8787

8888
# Fontconfig error: Cannot load default config file: No such file: (null)

0 commit comments

Comments
 (0)