diff --git a/Tests/BasicTests/NetworkIsolationTest.cs b/Tests/BasicTests/NetworkIsolationTest.cs index f3406d4..e1c6e7b 100644 --- a/Tests/BasicTests/NetworkIsolationTest.cs +++ b/Tests/BasicTests/NetworkIsolationTest.cs @@ -8,6 +8,7 @@ namespace Tests.BasicTests // This is a test to check network-isolation in the test-infrastructure. // It requires parallelism(2) or greater to run. [TestFixture] + [Ignore("Disabled until a solution is implemented.")] public class NetworkIsolationTest : DistTest { private IOnlineCodexNode? node = null;