Skip to content

Commit e94ce5c

Browse files
authored
Merge pull request #2182 from tweag/ylecornec/manual_asterius_tests
Set asterius tests to manual
2 parents 769914f + 1109cf4 commit e94ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_haskell_tests/tests/asterius/asterius_tests_utils.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load(
66
"asterius_webpack",
77
)
88

9-
tags = ["dont_test_on_windows", "dont_test_on_darwin", "skip_profiling", "dont_test_on_bazel_lt_4"]
9+
tags = ["dont_test_on_windows", "dont_test_on_darwin", "skip_profiling", "dont_test_on_bazel_lt_4", "manual"]
1010

1111
def asterius_test_macro(
1212
dep_label,

0 commit comments

Comments
 (0)