mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Disable port tests
This commit is contained in:
parent
22bc01dcb3
commit
de289f4c83
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user