We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e159eb8 + d12027e commit 510509bCopy full SHA for 510509b
test/system/450-interactive.bats
@@ -61,12 +61,14 @@ function teardown() {
61
62
run_podman rm -f mystty
63
64
- # check that the same works for podman exec
65
- run_podman run -d --name mystty $IMAGE top
66
- run_podman exec -it mystty stty size <$PODMAN_TEST_PTY
67
- is "$output" "$rows $cols" "stty under podman exec reads the correct dimensions"
+ # FIXME: the checks below are flaking a lot (see #10710).
68
69
- run_podman rm -f mystty
+ # check that the same works for podman exec
+# run_podman run -d --name mystty $IMAGE top
+# run_podman exec -it mystty stty size <$PODMAN_TEST_PTY
+# is "$output" "$rows $cols" "stty under podman exec reads the correct dimensions"
70
+#
71
+# run_podman rm -f mystty
72
}
73
74
0 commit comments