Skip to content

Commit 1244d64

Browse files
committed
Adjusted run-e2e target in Makefile to know the new directory name of the helper tests to skip. Corrected comment in test/e2e/network_interruption_toxi.go.
1 parent fedff95 commit 1244d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ JOB ?= .*
283283
run-e2e: e2e-essentials ## Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance
284284
$(KUBECTL) apply -f cloud-config.yaml && \
285285
cd test/e2e && \
286-
$(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -skipPackage=helpers -nodes=1 -noColor=false ./... -- \
286+
$(GINKGO_V1) -v -trace -tags=e2e -focus=$(JOB) -skip=Conformance -skipPackage=kubeconfig_helper -nodes=1 -noColor=false ./... -- \
287287
-e2e.artifacts-folder=${REPO_ROOT}/_artifacts \
288288
-e2e.config=${REPO_ROOT}/test/e2e/config/cloudstack.yaml \
289289
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true

test/e2e/network_interruption_toxi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"sigs.k8s.io/cluster-api/util"
3535
)
3636

37-
// DeployAppToxiSpec implements a test that verifies that an app deployed to the workload cluster works.
37+
// NetworkInterruptionToxiSpec implements a test that verifies that an app deployed to the workload cluster works.
3838
func NetworkInterruptionToxiSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
3939
var (
4040
specName = "network-interruption-toxi"

0 commit comments

Comments
 (0)