Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
a1812 committed Jul 22, 2021
1 parent 9979144 commit e523c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Helper/QuestionHelperTest.php
Expand Up @@ -835,6 +835,10 @@ public function testDisableStty()

public function testTraversableMultiselectAutocomplete()
{
if (!Terminal::hasSttyAvailable()) {
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
}

// <NEWLINE>
// F<TAB><NEWLINE>
// A<3x UP ARROW><TAB>,F<TAB><NEWLINE>
Expand Down

0 comments on commit e523c86

Please sign in to comment.