From 03a8b0fd82862e8e76aa77952c6155df14ad43e5 Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:43:53 +0100 Subject: [PATCH] [windows] Fix WSL pester test (#11255) --- images/windows/scripts/tests/WindowsFeatures.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 b/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 index 09e682498..528ae762b 100644 --- a/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 +++ b/images/windows/scripts/tests/WindowsFeatures.Tests.ps1 @@ -83,7 +83,7 @@ Describe "Windows Updates" { } } -Describe "WSL2" { +Describe "WSL2" -Skip:((Test-IsWin19) -or (Test-IsWin22)) { It "WSL status should return zero exit code" { "wsl --status" | Should -ReturnZeroExitCode }