File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,11 +549,11 @@ run_e2e_test() {
549549 if [[ ! " ${RUN_SERIAL_TESTS:- } " == " true" ]]; then
550550 # Default GINKGO settings for non-serial jobs
551551 export GINKGO_FOCUS=${GINKGO_FOCUS:- " \[Conformance\]|\[NodeConformance\]|\[sig-windows\]|\[sig-apps\].CronJob|\[sig-api-machinery\].ResourceQuota|\[sig-scheduling\].SchedulerPreemption" }
552- export GINKGO_SKIP=${GINKGO_SKIP:- " \[LinuxOnly\]|\[Serial\]|\[Slow\]|\[Excluded:WindowsDocker\]|\[Feature:DynamicResourceAllocation\]|Networking.Granular.Checks(.*)node-pod.communication|Guestbook.application.should.create.and.stop.a.working.application|device.plugin.for.Windows|Container.Lifecycle.Hook.when.create.a.pod.with.lifecycle.hook.should.execute(.*)http.hook.properly|\[sig-api-machinery\].Garbage.collector|\[Alpha\]|\[Beta\].\[Feature:OffByDefault\]" }
552+ export GINKGO_SKIP=${GINKGO_SKIP:- " \[LinuxOnly\]|\[Serial\]|\[Slow\]|\[Excluded:WindowsDocker\]|\[Feature:DynamicResourceAllocation\]|Networking.Granular.Checks(.*)node-pod.communication|Guestbook.application.should.create.and.stop.a.working.application|device.plugin.for.Windows|Container.Lifecycle.Hook.when.create.a.pod.with.lifecycle.hook.should.execute(.*)http.hook.properly|\[sig-api-machinery\].Garbage.collector|\[Alpha\]|\[Beta\].\[Feature:OffByDefault\]|\[FeatureGate:HostnameOverride\]|should.run.with.an.image.specified.user.ID|should.support.memory.backed.volumes.of.specified.size " }
553553 export GINKGO_NODES=" ${GINKGO_NODES:- " 4" } "
554554 else
555555 export GINKGO_FOCUS=${GINKGO_FOCUS:- " (\[sig-windows\]|\[sig-scheduling\].SchedulerPreemption|\[sig-autoscaling\].\[Feature:HPA\]|\[sig-apps\].CronJob).*(\[Serial\]|\[Slow\])|(\[Serial\]|\[Slow\]).*(\[Conformance\]|\[NodeConformance\])|\[sig-api-machinery\].Garbage.collector" }
556- export GINKGO_SKIP=${GINKGO_SKIP:- " \[LinuxOnly\]|\[Excluded:WindowsDocker\]|device.plugin.for.Windows|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]|\[Beta\].\[Feature:OffByDefault\]" }
556+ export GINKGO_SKIP=${GINKGO_SKIP:- " \[LinuxOnly\]|\[Excluded:WindowsDocker\]|device.plugin.for.Windows|should.be.able.to.gracefully.shutdown.pods.with.various.grace.periods|\[Alpha\]|\[Beta\].\[Feature:OffByDefault\]|\[FeatureGate:HostnameOverride\]|should.run.with.an.image.specified.user.ID|should.support.memory.backed.volumes.of.specified.size " }
557557 export GINKGO_NODES=" ${GINKGO_NODES:- " 1" } "
558558 fi
559559
You can’t perform that action at this time.
0 commit comments