Re-enable cookbook tests

Now, that the cookbook tests bootstrap was re-implemented, the test
execution time was reduced from 60 seconds to 8 seconds, we can
activate the tests again during CI verification.

Change-Id: I0352db489d0e912efd18d08212812cc545e71205
diff --git a/jenkins/gerrit-bazel-test.sh b/jenkins/gerrit-bazel-test.sh
index 5da248f..23b37b0 100644
--- a/jenkins/gerrit-bazel-test.sh
+++ b/jenkins/gerrit-bazel-test.sh
@@ -9,7 +9,7 @@
                      --test_summary detailed --flaky_test_attempts 3 \
                      --test_verbose_timeout_warnings --build_tests_only \
                      --nocache_test_results \
-                     --test_tag_filters=-elastic,-cookbook-plugin,-flaky"
+                     --test_tag_filters=-elastic,-flaky"
 
   echo 'Test in default DB mode'
   echo '----------------------------------------------'
diff --git a/jenkins/gerrit-bazel-verifier-test.sh b/jenkins/gerrit-bazel-verifier-test.sh
index b96627f..0b59bdd 100644
--- a/jenkins/gerrit-bazel-verifier-test.sh
+++ b/jenkins/gerrit-bazel-verifier-test.sh
@@ -21,7 +21,7 @@
                      --test_summary detailed --flaky_test_attempts 3 \
                      --test_verbose_timeout_warnings --build_tests_only \
                      --nocache_test_results \
-                     --test_tag_filters=-elastic,-cookbook-plugin,-flaky"
+                     --test_tag_filters=-elastic,-flaky"
 
     bazel test $GERRIT_NOTEDB $BAZEL_OPTS //...
   fi