From 9c6f00dbce922928a3f8a51b8b2b8540334b96e8 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 5 May 2023 08:47:20 +0200 Subject: [PATCH] Disable net-isolation tests --- Tests/BasicTests/NetworkIsolationTest.cs | 1 + 1 file changed, 1 insertion(+) 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;