From 7654ffdcfcc8f08d7152411fd81a3359068405b2 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 12 Jul 2022 17:31:37 -0500 Subject: [PATCH] e2e: fix scenario test suite (#11039) --- testing/endtoend/BUILD.bazel | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/endtoend/BUILD.bazel b/testing/endtoend/BUILD.bazel index 2d36ce124..46e2a9d7d 100644 --- a/testing/endtoend/BUILD.bazel +++ b/testing/endtoend/BUILD.bazel @@ -10,7 +10,6 @@ load("@prysm//tools/go:def.bzl", "go_test") test_suite( name = "presubmit", tags = [ - "e2e", "manual", ], tests = [ @@ -23,7 +22,6 @@ test_suite( test_suite( name = "postsubmit", tags = [ - "e2e", "manual", ], tests = [ @@ -35,7 +33,6 @@ test_suite( test_suite( name = "scenario_tests", tags = [ - "e2e", "manual", ], tests = [