2
0
mirror of synced 2025-02-04 12:44:13 +00:00

Dont download container logs

This commit is contained in:
benbierens 2024-04-14 11:17:59 +02:00
parent fb10906816
commit 3683044bf7
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A

View File

@ -14,6 +14,7 @@ public class ScalabilityTests : CodexDistTest
[Test]
[Combinatorial]
[UseLongTimeouts]
[DontDownloadLogsOnFailure]
public void ShouldMaintainFileInNetwork(
[Values(10, 40, 80, 100)] int numberOfNodes,
[Values(100, 1000, 5000, 10000)] int fileSizeInMb,