Skip to content

Commit e523c86

Browse files
committed
skip test
1 parent 9979144 commit e523c86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Helper/QuestionHelperTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,10 @@ public function testDisableStty()
835835

836836
public function testTraversableMultiselectAutocomplete()
837837
{
838+
if (!Terminal::hasSttyAvailable()) {
839+
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
840+
}
841+
838842
// <NEWLINE>
839843
// F<TAB><NEWLINE>
840844
// A<3x UP ARROW><TAB>,F<TAB><NEWLINE>

0 commit comments

Comments
 (0)