Skip to content

Commit da0fd3c

Browse files
committed
aligator: exclude another failing test on x86_64-darwin
1 parent 1e82ea6 commit da0fd3c

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)