Excluding some sharded rocksdb tests in simulation (#11436)
This commit is contained in:
parent
07b9079f57
commit
a60cb26965
|
@ -1,5 +1,8 @@
|
|||
testClass = "Backup"
|
||||
|
||||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'BackupAndRestore'
|
||||
clearAfterTest = false
|
||||
|
|
|
@ -4,6 +4,7 @@ testClass = "Backup"
|
|||
extraDatabaseMode = 'LocalOrSingle'
|
||||
# DR is not currently supported in required tenant mode
|
||||
tenantModes = ['disabled', 'optional']
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'BackupAndRestore'
|
||||
|
|
Loading…
Reference in New Issue