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]]
|
[[test]]
|
||||||
testTitle = 'TransactionCostTest'
|
testTitle = 'TransactionCostTest'
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[configuration]
|
[configuration]
|
||||||
storageEngineExcludeTypes=[3]
|
storageEngineExcludeTypes=[3,5]
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'SubmitBackup'
|
testTitle = 'SubmitBackup'
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[configuration]
|
||||||
|
storageEngineExcludeTypes=[5]
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'DDBalance_Test'
|
testTitle = 'DDBalance_Test'
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[configuration]
|
||||||
|
storageEngineExcludeTypes = [5]
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'ApiCorrectnessTest'
|
testTitle = 'ApiCorrectnessTest'
|
||||||
clearAfterTest = true
|
clearAfterTest = true
|
||||||
|
|
Loading…
Reference in New Issue