summaryrefslogtreecommitdiff
path: root/test/suite
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-12-21 16:30:40 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-12-21 16:30:40 +1100
commitc753136ca003f1c947bed1adf41b0b542763b178 (patch)
treec9031af1d7dba7a284e4b29ba434a229b342e06b /test/suite
parent0fbfcd3fdff95922942e6a6b21b335d9daf64a5d (diff)
downloadmongo-c753136ca003f1c947bed1adf41b0b542763b178.tar.gz
WT-2291 remove largest random test category.
It takes longer than neccessary to run without adding more information.
Diffstat (limited to 'test/suite')
-rw-r--r--test/suite/test_cursor_random02.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_cursor_random02.py b/test/suite/test_cursor_random02.py
index 71cdc3024a1..7c9e0e38cb9 100644
--- a/test/suite/test_cursor_random02.py
+++ b/test/suite/test_cursor_random02.py
@@ -45,7 +45,6 @@ class test_cursor_random02(wttest.WiredTigerTestCase):
('5000', dict(records=5000)),
('10000', dict(records=10000)),
('50000', dict(records=50000)),
- ('100000', dict(records=100000)),
]
scenarios = number_scenarios(multiply_scenarios('.', config, records))