summaryrefslogtreecommitdiff
path: root/test/system/450-interactive.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/450-interactive.bats')
-rw-r--r--test/system/450-interactive.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/450-interactive.bats b/test/system/450-interactive.bats
index 47bdff9ab..d42f8497e 100644
--- a/test/system/450-interactive.bats
+++ b/test/system/450-interactive.bats
@@ -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 ))