From a60cb269653324edf561785a42144dff11ef12d2 Mon Sep 17 00:00:00 2001 From: neethuhaneesha Date: Fri, 31 May 2024 16:52:08 -0700 Subject: [PATCH] Excluding some sharded rocksdb tests in simulation (#11436) --- tests/fast/BackupCorrectnessClean.toml | 3 +++ tests/fast/BackupToDBCorrectness.toml | 1 + 2 files changed, 4 insertions(+) diff --git a/tests/fast/BackupCorrectnessClean.toml b/tests/fast/BackupCorrectnessClean.toml index d581e0caea..a827264be8 100644 --- a/tests/fast/BackupCorrectnessClean.toml +++ b/tests/fast/BackupCorrectnessClean.toml @@ -1,5 +1,8 @@ testClass = "Backup" +[configuration] +storageEngineExcludeTypes = [5] + [[test]] testTitle = 'BackupAndRestore' clearAfterTest = false diff --git a/tests/fast/BackupToDBCorrectness.toml b/tests/fast/BackupToDBCorrectness.toml index efcf2b44e5..d8a9f27442 100644 --- a/tests/fast/BackupToDBCorrectness.toml +++ b/tests/fast/BackupToDBCorrectness.toml @@ -4,6 +4,7 @@ testClass = "Backup" extraDatabaseMode = 'LocalOrSingle' # DR is not currently supported in required tenant mode tenantModes = ['disabled', 'optional'] +storageEngineExcludeTypes = [5] [[test]] testTitle = 'BackupAndRestore'