mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
e2e: fix scenario test suite (#11039)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user