Skip to content

Commit

Permalink
Disable stty system test
Browse files Browse the repository at this point in the history
It's failing pretty reliably now, so much so that gating tests
will be unlikely to pass.

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Dec 8, 2021
1 parent 7472aa1 commit 9bf0271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/450-interactive.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function teardown() {
# BEGIN tests

@test "podman detects correct tty size" {
skip "FIXME: #10710. As of 2021-12-08, stty fails >75% of the time."

# Set the pty to a random size. Make rows/columns odd/even, to guarantee
# that they can never be the same
rows=$(( 15 + RANDOM % 60 | 1 ))
Expand Down

0 comments on commit 9bf0271

Please sign in to comment.