diff --git a/build_defs/restrictions.bzl b/build_defs/restrictions.bzl index d2a46edb5b1..08cb36eaa18 100644 --- a/build_defs/restrictions.bzl +++ b/build_defs/restrictions.bzl @@ -56,11 +56,8 @@ ALLOWED_EXTERNAL_TEST_DEPENDENCIES = [ # A list of targets currently with not allowed dependencies 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/shell:blaze_integration_test_wrapper", "//javatests/com/google/devtools/intellij/g3plugins/integrity:integritycheck", ]