Skip to content

Commit 4547745

Browse files
committed
test: disable allProfilesTest for darwin example
1 parent 750ce5c commit 4547745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/groupByConfig/darwin/default.nix

Lines changed: 2 additions & 1 deletion
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)