summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-08-17 14:58:58 -0400
committerMatthew Russotto <matthew.russotto@10gen.com>2018-08-17 15:39:27 -0400
commit857632f97cdaf03ed7c190de320738256dab96f6 (patch)
tree6f5c2f17fecf00298ac174d693c8de07f07b3e3b
parent022438433d17c0b5ec85a1c4ebb5b7173a8cdab8 (diff)
downloadmongo-857632f97cdaf03ed7c190de320738256dab96f6.tar.gz
SERVER-36592 Blacklist snapshot_read_kill_op_only.js workload from backup_restore.js lib
(cherry picked from commit 4b9253b1433eea8e1f7f02b69a0c50e68c0cc9ea)
-rw-r--r--jstests/noPassthrough/libs/backup_restore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/libs/backup_restore.js b/jstests/noPassthrough/libs/backup_restore.js
index 14cfbb4bc75..7593199b870 100644
--- a/jstests/noPassthrough/libs/backup_restore.js
+++ b/jstests/noPassthrough/libs/backup_restore.js
@@ -167,6 +167,7 @@ var BackupRestoreTest = function(options) {
'sharded_splitChunk_partitioned.js',
'snapshot_read_catalog_operations.js',
'snapshot_read_kill_operations.js',
+ 'snapshot_read_kill_op_only.js',
'update_rename.js',
'update_rename_noindex.js',
'yield_sort.js',