RBE: Exclude test rules that cannot be run on RBE

Change-Id: I5ac52c9b40916b267caf9c70be088182394ab8f7
diff --git a/jenkins/gerrit-bazel-verifier-test.sh b/jenkins/gerrit-bazel-verifier-test.sh
index 0b0e03b..04eaf7a 100755
--- a/jenkins/gerrit-bazel-verifier-test.sh
+++ b/jenkins/gerrit-bazel-verifier-test.sh
@@ -16,11 +16,11 @@
 
 case $TARGET_BRANCH$MODE in
   masterrbe|stable-3.4rbe|stable-3.5rbe)
-    TEST_TAG_FILTER="-flaky,-elastic,-git-protocol-v2"
+    TEST_TAG_FILTER="-flaky,-elastic,-no_rbe"
     BAZEL_OPTS="--config=remote --remote_instance_name=projects/api-project-164060093628/instances/default_instance"
     ;;
   masternotedb|stable-3.4notedb|stable-3.5notedb)
-    TEST_TAG_FILTER="-flaky,elastic,git-protocol-v2"
+    TEST_TAG_FILTER="-flaky,elastic,no_rbe"
     ;;
   stable-2.*)
     TEST_TAG_FILTER="-flaky,-elastic"