From f4d1dae478469c02ca2c3fa7b86ed4456ec3bb33 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 5 Jun 2024 10:00:50 +0200 Subject: [PATCH] Disables large network scalability test for now --- Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs b/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs index b87be97..b4c1b39 100644 --- a/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs +++ b/Tests/CodexLongTests/ScalabilityTests/ScalabilityTests.cs @@ -18,7 +18,7 @@ public class ScalabilityTests : CodexDistTest [UseLongTimeouts] [DontDownloadLogs] public void ShouldMaintainFileInNetwork( - [Values(10, 40, 80, 100)] int numberOfNodes, + [Values(10, 40)] int numberOfNodes, // TODO: include 80 and 100 [Values(100, 1000, 5000, 10000)] int fileSizeInMb ) {