Disable sharded rocks for more sim tests

Saw ExternalTimeout test failures for these.
This commit is contained in:
Jingyu Zhou 2023-09-13 10:57:33 -07:00
parent 908d84c893
commit d568832a8f
4 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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