Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 531600104
Change-Id: I99b068493299a71b6af2af685e2ee4c2535174c6
  • Loading branch information
Googler authored and copybara-github committed May 12, 2023
1 parent 2355837 commit 88cac39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/analysis/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ java_library(
java_test(
name = "AnalysisTests",
shard_count = 12,
tags = ["not_run:arm"],
test_class = "com.google.devtools.build.lib.AllTests",
runtime_deps = [
":AnalysisTests_lib",
Expand Down
5 changes: 4 additions & 1 deletion src/test/java/com/google/devtools/build/lib/rules/objc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ java_library(
java_test(
name = "ObjcRulesTests",
shard_count = 20,
tags = ["no_windows"],
tags = [
"no_windows",
"not_run:arm",
],
test_class = "com.google.devtools.build.lib.AllTests",
runtime_deps = [
":ObjcRulesTests_lib",
Expand Down
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/skyframe/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ java_test(
size = "medium",
jvm_flags = ["-DBAZEL_USE_POOLED_LABEL_INTERNER=1"],
shard_count = 2,
tags = ["not_run:arm"],
test_class = "com.google.devtools.build.skyframe.AllTests",
runtime_deps = [":skyframe_tests"],
)

0 comments on commit 88cac39

Please sign in to comment.