Skip to content

Commit f2a3687

Browse files
committed
Skip delete speed tests, it frequently flakes on our runners
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 0ec37c6 commit f2a3687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-conformance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test-conformance() {
2323
--entrypoint /usr/bin/sh \
2424
-e "KUBECONFIG=/root/.kube/config" \
2525
-e "E2E_FOCUS=sig-api-machinery" \
26-
-e "E2E_SKIP=StorageVersionAPI|Slow|Flaky|Feature:OffByDefault" \
26+
-e "E2E_SKIP=StorageVersionAPI|Slow|Flaky|Feature:OffByDefault|100 namespaces in 150 seconds" \
2727
-e "E2E_EXTRA_ARGS=--ginkgo.fail-fast" \
2828
registry.k8s.io/conformance:$version \
2929
-c 'mkdir -p /root/.kube; sleep 36000'

0 commit comments

Comments
 (0)