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 ) {