mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
e2e: fix scenario test suite (#11039)
This commit is contained in:
parent
d6031ac386
commit
7654ffdcfc
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user