Disable sharded rocks for more sim tests
Saw ExternalTimeout test failures for these.
This commit is contained in:
parent
908d84c893
commit
d568832a8f
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes=[5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'TransactionCostTest'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes=[3]
|
||||
storageEngineExcludeTypes=[3,5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'SubmitBackup'
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes=[5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'DDBalance_Test'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'ApiCorrectnessTest'
|
||||
clearAfterTest = true
|
||||
|
|
Loading…
Reference in New Issue