mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 23:39:22 -06:00
Disable port tests
This commit is contained in:
parent
22bc01dcb3
commit
de289f4c83
@ -507,6 +507,10 @@ class WSLATests
|
|||||||
{
|
{
|
||||||
WSL2_TEST_ONLY();
|
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();
|
auto settings = GetDefaultSessionSettings();
|
||||||
settings.RootVhdOverride = testVhd.c_str(); // socat is required to run this test case.
|
settings.RootVhdOverride = testVhd.c_str(); // socat is required to run this test case.
|
||||||
settings.RootVhdTypeOverride = "ext4";
|
settings.RootVhdTypeOverride = "ext4";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user