diff --git a/tests/Composer/Test/ApplicationTest.php b/tests/Composer/Test/ApplicationTest.php index f30374b2d..7588e830b 100644 --- a/tests/Composer/Test/ApplicationTest.php +++ b/tests/Composer/Test/ApplicationTest.php @@ -59,6 +59,10 @@ class ApplicationTest extends TestCase */ public function testDevWarningSuppressedForSelfUpdate(): void { + if (Platform::isWindows()) { + $this->markTestSkipped('Does not run on windows'); + } + $application = new Application; $application->add(new \Composer\Command\SelfUpdateCommand);