diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-27 00:05:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-27 00:05:47 +0000 |
commit | 4d0b583340c37efbf175c00d75d75107a0b23f00 (patch) | |
tree | 54f82597112522b14633bdf44aec412747aaf9ee /test/system/450-interactive.bats | |
parent | f3024b906ce717f7858c138a9c1daf72bdb8d132 (diff) | |
parent | dcabf6dd717ad495ba71d2788a64255defb852fd (diff) | |
download | podman-4d0b583340c37efbf175c00d75d75107a0b23f00.tar.gz podman-4d0b583340c37efbf175c00d75d75107a0b23f00.tar.bz2 podman-4d0b583340c37efbf175c00d75d75107a0b23f00.zip |
Merge pull request #9833 from rhatdan/resize
Remove resize race condition
Diffstat (limited to 'test/system/450-interactive.bats')
-rw-r--r-- | test/system/450-interactive.bats | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/system/450-interactive.bats b/test/system/450-interactive.bats index d047b9f25..a9bf52ee8 100644 --- a/test/system/450-interactive.bats +++ b/test/system/450-interactive.bats @@ -57,9 +57,6 @@ function teardown() { # ...and make sure stty under podman reads that. # FIXME: 'sleep 1' is needed for podman-remote; without it, there's - # a race condition resulting in the following warning: - # WARN[0000] failed to resize TTY: container "xx" in wrong state "stopped" - # (also "created") run_podman run -it --name mystty $IMAGE sh -c 'sleep 1;stty size' <$PODMAN_TEST_PTY is "$output" "$rows $cols" "stty under podman reads the correct dimensions" } |