diff --git a/Tests/Helper/QuestionHelperTest.php b/Tests/Helper/QuestionHelperTest.php index 8c5fe8a20..42da50273 100644 --- a/Tests/Helper/QuestionHelperTest.php +++ b/Tests/Helper/QuestionHelperTest.php @@ -908,6 +908,10 @@ public function testTraversableMultiselectAutocomplete() public function testAutocompleteMoveCursorBackwards() { + if (!Terminal::hasSttyAvailable()) { + $this->markTestSkipped('`stty` is required to test autocomplete functionality'); + } + // F $inputStream = $this->getInputStream("F\t\177\177\177");