Excluding some sharded rocksdb tests in simulation (#11436)

This commit is contained in:
neethuhaneesha 2024-05-31 16:52:08 -07:00 committed by GitHub
parent 07b9079f57
commit a60cb26965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
testClass = "Backup"
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'BackupAndRestore'
clearAfterTest = false

View File

@ -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'