Skip to content

Commit

Permalink
Merge pull request containers#10758 from vrothberg/unflake
Browse files Browse the repository at this point in the history
disable tty-size exec checks in system tests
  • Loading branch information
openshift-merge-robot authored Jun 23, 2021
2 parents e159eb8 + d12027e commit 510509b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions test/system/450-interactive.bats
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ function teardown() {

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"
# FIXME: the checks below are flaking a lot (see #10710).

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"
#
# run_podman rm -f mystty
}


Expand Down

0 comments on commit 510509b

Please sign in to comment.