Skip to content

Commit

Permalink
Try to clean up test deps
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613204371
  • Loading branch information
Googler authored and copybara-github committed Mar 6, 2024
1 parent 41d78a5 commit 42a2be5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build_defs/restrictions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,14 @@ ALLOWED_EXTERNAL_TEST_DEPENDENCIES = [
"//devtools/blaze/integration:mobile_install",
"//devtools/blaze/integration:mock_tools",
"//devtools/blaze/main:blaze",
"//devtools/deps/depserver/proto:dependency_service_java_proto",
"//devtools/ide/intellij/filewatcher:regurgitator_client_mock_bin",
"//google/corp/devtools/intellij/services/v1:dependency_service_java_grpc",
"//java/com/google/common/flags:flags",
"//java/com/google/common/hash:hash",
"//java/com/google/experiments/framework/options:exempt_existing_client_java",
"//java/com/google/testing/junit/junit4:api",
"//java/com/google/testing/junit/runner:Runner_deploy.jar",
"//java/com/google/testing/testsize:annotations",
"//javascript/typescript:providers",
"//third_party/java/apache_bcel:apache_bcel",
"//third_party/java/flogger:flogger",
"//third_party/java/truth/extensions:proto",
"//tools/build_defs/js/providers:providers",
"//tools/build_defs/js/providers:utils",
"//tools/jdk:singlejar",
Expand All @@ -64,12 +59,9 @@ EXISTING_EXTERNAL_TEST_VIOLATIONS = [
"//javatests/com/google/devtools/intellij/blaze/plugin/aswb:blaze_integration_tests",
"//javatests/com/google/devtools/intellij/blaze/plugin/aswb:integration_tests",
"//javatests/com/google/devtools/intellij/blaze/plugin/aswb:unit_tests",
"//javatests/com/google/devtools/intellij/blaze/plugin/base:utils",
# "//javatests/com/google/devtools/intellij/blaze/plugin/base:utils",
"//javatests/com/google/devtools/intellij/blaze/plugin/shell:blaze_integration_test_wrapper",
"//javatests/com/google/devtools/intellij/g3plugins/citc/filewatcher:regurgitator_filewatcher_tests",
"//javatests/com/google/devtools/intellij/g3plugins/integrity:integritycheck",
"//javatests/com/google/devtools/intellij/g3plugins/services/depserver:unit_tests",
"//javatests/com/google/devtools/intellij/g3plugins/services/linter:unit_tests",
]

RestrictedInfo = provider(
Expand Down

0 comments on commit 42a2be5

Please sign in to comment.