From 560b008c32b4373715ff3155ad1c72dd0f3a0c7c Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 28 Dec 2024 20:50:11 +0100 Subject: [PATCH] Update PublishViewsCommandTest.php --- .../tests/Feature/Commands/PublishViewsCommandTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/framework/tests/Feature/Commands/PublishViewsCommandTest.php b/packages/framework/tests/Feature/Commands/PublishViewsCommandTest.php index f6bab0c5d0d..14548f924cb 100644 --- a/packages/framework/tests/Feature/Commands/PublishViewsCommandTest.php +++ b/packages/framework/tests/Feature/Commands/PublishViewsCommandTest.php @@ -144,6 +144,10 @@ public function testInteractiveSelectionOnUnixSystems() public function testInteractiveSelectionWithHittingEnterRightAway() { + if (windows_os()) { + $this->markTestSkipped('Test is not applicable on Windows systems.'); + } + ConsoleHelper::mockWindowsOs(false); Prompt::fake([