Skip to content

Commit ec190f4

Browse files
cushoncopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 677821571 Change-Id: Ic06383559272c0eb3a01b2045155e642b852858f
1 parent 3effcd4 commit ec190f4

File tree

2 files changed

+6
-0
lines changed
  • src/test/java/com/google/devtools/build/lib/bazel

2 files changed

+6
-0
lines changed

src/test/java/com/google/devtools/build/lib/bazel/bzlmod/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ java_library(
9696

9797
java_test(
9898
name = "BzlmodTests",
99+
jvm_flags = [
100+
"-Djava.lang.Thread.allowVirtualThreads=true",
101+
],
99102
test_class = "com.google.devtools.build.lib.AllTests",
100103
runtime_deps = [
101104
":BzlmodTests_lib",

src/test/java/com/google/devtools/build/lib/bazel/repository/downloader/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ java_test(
3939
name = "DownloaderTestSuite",
4040
size = "medium",
4141
flaky = True,
42+
jvm_flags = [
43+
"-Djava.lang.Thread.allowVirtualThreads=true",
44+
],
4245
tags = [
4346
"requires-network",
4447
"rules",

0 commit comments

Comments
 (0)