We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014adec commit cdab1b5Copy full SHA for cdab1b5
1 file changed
test/e2e/e2e_suite_test.go
@@ -60,14 +60,6 @@ const (
60
// defaultPort is the envoy gateway's NodePort.
61
defaultPort = 30080
62
defaultMetricsPort = 32090
63
-
64
- // CI shards scheduler e2e specs with label filters.
65
- extendedTestLabel = "Extended"
66
- disruptiveTestLabel = "Disruptive"
67
- sharedStorageTestLabel = "SharedStorage"
68
- metricsTestLabel = "Metrics"
69
- deprecatedPDTestLabel = "DeprecatedPD"
70
- disaggTestLabel = "Disagg"
71
)
72
73
var (
0 commit comments