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;