Disable net-isolation tests
This commit is contained in:
parent
3c9cb9b7da
commit
9c6f00dbce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue