Disable more RocksDB simulation tests due to timeout issue

clang nightly failed for these tests.
This commit is contained in:
Jingyu Zhou 2023-08-14 11:09:55 -07:00
parent 3209dc7b30
commit 6d2adbabe8
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'TransactionTagWithSwizzledApiCorrectnessTest'
clearAfterTest = true

View File

@ -3,7 +3,7 @@ extraDatabaseMode = "Local"
# In 7.2, DR is not supported in required tenant mode
allowDefaultTenant = false
encryptModes = ['disabled']
storageEngineExcludeTypes = [5]
storageEngineExcludeTypes = [4,5]
[[test]]
testTitle = "DrUpgrade"

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'DDBalance_Test'

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'DDBalance_Test'