Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tests:
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
GINKGO_FOCUS_FILTER: with VMs
GINKGO_FOCUS_FILTER: with VMs|83022
SKIP_FRONTEND_TESTS: "true"
SKIP_QE_APP_REGISTRY: "true"
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ tests:
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
GINKGO_FOCUS_FILTER: with VMs
GINKGO_FOCUS_FILTER: with VMs|83022
SKIP_FRONTEND_TESTS: "true"
SKIP_QE_APP_REGISTRY: "true"
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ tests:
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
GINKGO_FOCUS_FILTER: with VMs
GINKGO_FOCUS_FILTER: with VMs|83022
SKIP_FRONTEND_TESTS: "true"
SKIP_QE_APP_REGISTRY: "true"
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ tests:
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
GINKGO_FOCUS_FILTER: with VMs
GINKGO_FOCUS_FILTER: with VMs|83022
SKIP_FRONTEND_TESTS: "true"
SKIP_QE_APP_REGISTRY: "true"
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ tests:
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
GINKGO_FOCUS_FILTER: with VMs
GINKGO_FOCUS_FILTER: with VMs|83022
SKIP_FRONTEND_TESTS: "true"
SKIP_QE_APP_REGISTRY: "true"
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi

# skip tests with ginkgo args if they're going to be skipped in generic all tests jobs
if [[ "${JOB_NAME_SAFE}" != *"ipv6"* && "${JOB_NAME_SAFE}" != *"virt"* && "${JOB_NAME_SAFE}" != *"vsphere"* ]]; then
SPECIALIZED_SKIP="82637|77894|with VMs|53844"
SPECIALIZED_SKIP="82637|77894|with VMs|53844|83022"
if [[ -n "${GINKGO_SKIP_FILTER}" ]]; then
GINKGO_SKIP_FILTER="${GINKGO_SKIP_FILTER}|${SPECIALIZED_SKIP}"
else
Expand Down