Merge branch 'stable-3.3' * stable-3.3: Fix the junit test tag Change-Id: Ib9ddf58d7e07fd4b44d1ac04a281fb5a66ef6cdf
diff --git a/BUILD b/BUILD index 065cc7c..ce625bb 100644 --- a/BUILD +++ b/BUILD
@@ -14,7 +14,7 @@ junit_tests( name = "singleusergroup_tests", srcs = glob(["src/test/java/**/*Test.java"]), - tags = ["replication"], + tags = ["singleusergroup"], visibility = ["//visibility:public"], runtime_deps = [":singleusergroup__plugin"], deps = PLUGIN_TEST_DEPS + PLUGIN_DEPS,