Disable RandomTestBsi1999.

It's already split by algorithm and this should make infra happy.

Bug: 311618929
Test: CtsLibcoreOjTestCases
Change-Id: I00732629b8e095231cea69737388927055ff8f80
diff --git a/ojluni/src/test/java/util/Random/RandomTestBsi1999.java b/ojluni/src/test/java/util/Random/RandomTestBsi1999.java
index ac7dd473..71232fc 100644
--- a/ojluni/src/test/java/util/Random/RandomTestBsi1999.java
+++ b/ojluni/src/test/java/util/Random/RandomTestBsi1999.java
@@ -51,7 +51,6 @@
  * @key randomness
  */
 
-@android.platform.test.annotations.LargeTest
 public class RandomTestBsi1999 {
 
     /* A set of tests for pseudorandom number generators inspired by this report:
@@ -438,6 +437,9 @@
                          failureTolerance));
     }
 
+    // Android-added: do not run this test as it takes too much time and it's test cases
+    // are run in RandomTestBsi1999Split.
+    @org.testng.annotations.Test(enabled = false)
     public static void main(String[] args) {
         RandomGeneratorFactory.all().forEach(factory -> {
             setRNG(factory.name());