Skip to content

Commit dc86f3a

Browse files
committed
test: disable allProfilesTest for darwin example
1 parent 50deb1b commit dc86f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/groupByConfig/darwin/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ in
1515
"Darwinia" = { };
1616

1717
# TODO: should we expect these tests to work on darwin? any platform limitations?
18-
Darwinia.tests = [ allProfilesTest ];
18+
# Darwinia.tests = [ allProfilesTest ];
19+
Darwinia.tests = [ ];
1920
};
2021

2122
importables = rec {

0 commit comments

Comments
 (0)