| commit | dbc514ba0fa458182bc2e0697c5e5faac1e6bb8e | [log] [tgz] |
|---|---|---|
| author | ichern <ichern@google.com> | Wed Oct 23 01:34:19 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 23 01:35:10 2019 -0700 |
| tree | 36f3f57aec6e04a2e5cc2ea21d1b424b324926ad | |
| parent | 0244da93401d5bc3161883d49b194cb547887cd4 [diff] |
Remove the large test, as it is flaky because of OOM while copying the big amount of generated data. Closes #10088. PiperOrigin-RevId: 276230356
diff --git a/src/test/java/com/google/devtools/build/lib/bazel/rules/ninja/ParallelFileProcessingTest.java b/src/test/java/com/google/devtools/build/lib/bazel/rules/ninja/ParallelFileProcessingTest.java index 210a284..3d87db3 100644 --- a/src/test/java/com/google/devtools/build/lib/bazel/rules/ninja/ParallelFileProcessingTest.java +++ b/src/test/java/com/google/devtools/build/lib/bazel/rules/ninja/ParallelFileProcessingTest.java
@@ -93,11 +93,6 @@ doPerformanceTest(randomFile(new Random(), 500)); } - @Test - public void testPerformanceLarge() throws Exception { - doPerformanceTest(randomFile(new Random(), 2000)); - } - private static void doPerformanceTest(File file) throws Exception { try { // Currently we do not call toString() method, as it reduces performance in X times;