Skip to content

Commit 1109cf4

Browse files
committed
Set asterius tests to manual
Asterius has been deprecated for a while so we do not need to maintain these tests anymore. See https://github.com/tweag/asterius
1 parent 769914f commit 1109cf4

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)