diff options
author | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-18 11:33:15 +1100 |
---|---|---|
committer | Sulabh Mahajan <sulabh.mahajan@mongodb.com> | 2018-01-18 11:33:15 +1100 |
commit | 8fd172e330b5af597bfba60d0bb7add8dc1a236c (patch) | |
tree | 21302e2a03d3692fce6fdb8509c306b9d099bff0 /jstests/serial_run | |
parent | 13a33d961f6936dc8290b8bb80f5c5b9e599f0a9 (diff) | |
download | mongo-8fd172e330b5af597bfba60d0bb7add8dc1a236c.tar.gz |
SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SE
Diffstat (limited to 'jstests/serial_run')
-rw-r--r-- | jstests/serial_run/index_multi.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/serial_run/index_multi.js b/jstests/serial_run/index_multi.js index a09b20fee96..32808e99dcb 100644 --- a/jstests/serial_run/index_multi.js +++ b/jstests/serial_run/index_multi.js @@ -1,4 +1,5 @@ // Attempt to build 63 indexes simultaneously +// @tags: [SERVER-32675] Random.setRandomSeed(); |