Skip to content

Commit f903c9d

Browse files
committed
Disable jmh test
See bazel-contrib#295 for why it's failing.
1 parent 1c8cb77 commit f903c9d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/jmh/BUILD

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ scala_library(
2020
visibility = ["//visibility:public"],
2121
)
2222

23-
scala_benchmark_jmh(
24-
name = "test_benchmark",
25-
srcs = ["TestBenchmark.scala"],
26-
deps = [":add_numbers"],
27-
)
23+
# Disable the jmh test due to https://github.com/bazelbuild/rules_scala/issues/295
24+
# scala_benchmark_jmh(
25+
# name = "test_benchmark",
26+
# srcs = ["TestBenchmark.scala"],
27+
# deps = [":add_numbers"],
28+
# )

0 commit comments

Comments
 (0)