e2e: fix scenario test suite (#11039)

This commit is contained in:
Preston Van Loon 2022-07-12 17:31:37 -05:00 committed by GitHub
parent d6031ac386
commit 7654ffdcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [