Disable more RocksDB simulation tests due to timeout issue
clang nightly failed for these tests.
This commit is contained in:
parent
3209dc7b30
commit
6d2adbabe8
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'TransactionTagWithSwizzledApiCorrectnessTest'
|
||||
clearAfterTest = true
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'DDBalance_Test'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'DDBalance_Test'
|
||||
|
||||
|
|
Loading…
Reference in New Issue