From 630dc2814ae0e2ce1d121b17fbd2aaa8fa65297d Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 15 Apr 2024 08:13:43 +0200 Subject: [PATCH] disable new test --- Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs b/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs index 0940e34a..598f0bf2 100644 --- a/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs +++ b/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs @@ -58,6 +58,7 @@ public class ScalabilityTests : CodexDistTest /// We upload a file to each node, to put a more wide-spread load on the network. /// Then we run the same test as ShouldMaintainFileInNetwork. /// + [Ignore("Make ShouldMaintainFileInNetwork pass reliably first.")] [Test] [Combinatorial] [UseLongTimeouts]