aboutsummaryrefslogtreecommitdiff
path: root/test/system/710-kube.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-02 00:05:07 +0200
committerGitHub <noreply@github.com>2022-09-02 00:05:07 +0200
commit9ab6449e36792734853eb59161ccd3bfe5d0d509 (patch)
tree4232e3ed14ebc7d8c4de2fef9674900e7ec57895 /test/system/710-kube.bats
parent475cac4432a72052a000e9be91cd721d03e01eb8 (diff)
parent64eb079415eaae5a222b7c4cd114218b28bd6638 (diff)
downloadpodman-9ab6449e36792734853eb59161ccd3bfe5d0d509.tar.gz
podman-9ab6449e36792734853eb59161ccd3bfe5d0d509.tar.bz2
podman-9ab6449e36792734853eb59161ccd3bfe5d0d509.zip
Merge pull request #15587 from edsantiago/skip_ubuntu_flake
CI: disable flaking test on ubuntu
Diffstat (limited to 'test/system/710-kube.bats')
-rw-r--r--test/system/710-kube.bats11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/system/710-kube.bats b/test/system/710-kube.bats
index 58e42148a..c446ff65f 100644
--- a/test/system/710-kube.bats
+++ b/test/system/710-kube.bats
@@ -78,11 +78,6 @@ status | = | null
assert "$actual" $op "$expect" ".$key"
done < <(parse_table "$expect")
- if ! is_remote; then
- count=$(egrep -c "$kubernetes_63" <<<"$output")
- assert "$count" = 1 "1 instance of the Kubernetes-63-char warning"
- fi
-
run_podman rm $cname
}
@@ -157,12 +152,6 @@ status | = | {}
assert "$actual" $op "$expect" ".$key"
done < <(parse_table "$expect")
- # Why 4? Maybe two for each container?
- if ! is_remote; then
- count=$(egrep -c "$kubernetes_63" <<<"$output")
- assert "$count" = 4 "instances of the Kubernetes-63-char warning"
- fi
-
run_podman rm $cname1 $cname2
run_podman pod rm $pname
run_podman rmi $(pause_image)