Skip to content

Commit 1fda1c2

Browse files
committed
SERVER-31373 add more bg index build workloads to blacklist for backup_restore
1 parent a73cff0 commit 1fda1c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jstests/noPassthrough/libs/backup_restore.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ var BackupRestoreTest = function(options) {
118118
'auth_drop_role.js',
119119
'auth_drop_user.js',
120120
'create_index_background.js',
121+
'create_index_background_unique_capped.js',
122+
'create_index_background_unique.js',
121123
'findAndModify_update_grow.js', // can cause OOM kills on test hosts
122124
'reindex_background.js',
123125
'rename_capped_collection_chain.js',

0 commit comments

Comments
 (0)