8000 Skip askHiddenResponse test on windows · Ouark/symfony@26c35e0 · GitHub
[go: up one dir, main page]

Skip to content < 8000 span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">

Commit 26c35e0

Browse files
committed
Skip askHiddenResponse test on windows
1 parent e2eaf5a commit 26c35e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Console/Tests/Helper/DialogHelperTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ public function testAsk()
3333

3434
public function testAskHiddenResponse()
3535
{
36+
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
37+
$this->markTestSkipped('This test is not supported on Windows');
38+
}
39+
3640
$dialog = new DialogHelper();
3741

3842
$dialog->setInputStream($this->getInputStream("8AM\n"));

0 commit comments

Comments
 (0)
0