You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.IO.Compression/tests/ZipArchive/zip_LargeFiles.cs
+27-15Lines changed: 27 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,23 @@ public static void UnzipOver4GBZipFile()
46
46
}
47
47
}
48
48
49
-
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsSpeedOptimized),nameof(PlatformDetection.Is64BitProcess))]// don't run it on slower runtimes
50
-
[OuterLoop("It requires 5 GB of free disk space")]
[ConditionalTheory(typeof(PlatformDetection),nameof(PlatformDetection.IsSpeedOptimized),nameof(PlatformDetection.Is64BitProcess))]// don't run it on slower runtimes
55
+
[OuterLoop("It requires 5~6 GB of free disk space and a lot of CPU time for compressed tests")]
0 commit comments