diff --git a/tests/rare/TransactionCost.toml b/tests/rare/TransactionCost.toml index 2c0cb9f88b..158e52b435 100644 --- a/tests/rare/TransactionCost.toml +++ b/tests/rare/TransactionCost.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes=[5] + [[test]] testTitle = 'TransactionCostTest' diff --git a/tests/restarting/from_7.3.0/UpgradeAndBackupRestore-1.toml b/tests/restarting/from_7.3.0/UpgradeAndBackupRestore-1.toml index 699554c17a..4b5253946b 100644 --- a/tests/restarting/from_7.3.0/UpgradeAndBackupRestore-1.toml +++ b/tests/restarting/from_7.3.0/UpgradeAndBackupRestore-1.toml @@ -1,5 +1,5 @@ [configuration] -storageEngineExcludeTypes=[3] +storageEngineExcludeTypes=[3,5] [[test]] testTitle = 'SubmitBackup' diff --git a/tests/slow/DDBalanceAndRemoveStatus.toml b/tests/slow/DDBalanceAndRemoveStatus.toml index 7e4928e847..71ffac59df 100644 --- a/tests/slow/DDBalanceAndRemoveStatus.toml +++ b/tests/slow/DDBalanceAndRemoveStatus.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes=[5] + [[test]] testTitle = 'DDBalance_Test' diff --git a/tests/slow/SwizzledApiCorrectness.toml b/tests/slow/SwizzledApiCorrectness.toml index d04c35327f..ee2af984ef 100644 --- a/tests/slow/SwizzledApiCorrectness.toml +++ b/tests/slow/SwizzledApiCorrectness.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes = [5] + [[test]] testTitle = 'ApiCorrectnessTest' clearAfterTest = true