Merge pull request #11416 from neethuhaneesha/disableTests

Excluding some sharded rocksdb tests in simulation
This commit is contained in:
Jingyu Zhou 2024-05-30 14:03:23 -07:00 committed by GitHub
commit f1d8c5fd5a
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'