Disables large network scalability test for now

This commit is contained in:
Ben 2024-06-05 10:00:50 +02:00
parent bf75c25152
commit f4d1dae478
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ScalabilityTests : CodexDistTest
[UseLongTimeouts] [UseLongTimeouts]
[DontDownloadLogs] [DontDownloadLogs]
public void ShouldMaintainFileInNetwork( 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 [Values(100, 1000, 5000, 10000)] int fileSizeInMb
) )
{ {