From de289f4c83d5ed1dbe035f11310f7a59dc7fc8f9 Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 8 Dec 2025 15:34:10 -0800 Subject: [PATCH] Disable port tests --- test/windows/WSLATests.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/windows/WSLATests.cpp b/test/windows/WSLATests.cpp index a785435..3c39470 100644 --- a/test/windows/WSLATests.cpp +++ b/test/windows/WSLATests.cpp @@ -507,6 +507,10 @@ class WSLATests { WSL2_TEST_ONLY(); + // TODO: Enable again once socat is available in the runtime VHD. + LogSkipped("Skipping test since socat is required in the runtime VHD"); + return; + auto settings = GetDefaultSessionSettings(); settings.RootVhdOverride = testVhd.c_str(); // socat is required to run this test case. settings.RootVhdTypeOverride = "ext4";