Disable net-isolation tests

This commit is contained in:
benbierens 2023-05-05 08:47:20 +02:00
parent 3c9cb9b7da
commit 9c6f00dbce
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 0 deletions

View File

@ -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;