From fc17d768259781d7853edd9f475b576727c11c30 Mon Sep 17 00:00:00 2001 From: Dan Lambright Date: Wed, 13 Mar 2024 11:32:46 -0400 Subject: [PATCH] IGNORE vv upgrade tests --- tests/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 27d7493c8c..72dd777ea9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -337,10 +337,10 @@ if(WITH_PYTHON) restarting/from_7.1.0_until_7.2.0/UpgradeAndBackupRestore-2.toml) add_fdb_test( TEST_FILES restarting/from_7.1.0_until_7.2.0/VersionVectorDisableRestart-1.toml - restarting/from_7.1.0_until_7.2.0/VersionVectorDisableRestart-2.toml) + restarting/from_7.1.0_until_7.2.0/VersionVectorDisableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.1.0_until_7.2.0/VersionVectorEnableRestart-1.toml - restarting/from_7.1.0_until_7.2.0/VersionVectorEnableRestart-2.toml) + restarting/from_7.1.0_until_7.2.0/VersionVectorEnableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.2.0_until_7.3.0/ConfigureTestRestart-1.toml restarting/from_7.2.0_until_7.3.0/ConfigureTestRestart-2.toml) @@ -352,10 +352,10 @@ if(WITH_PYTHON) restarting/from_7.2.0_until_7.3.0/DrUpgradeRestart-2.toml) add_fdb_test( TEST_FILES restarting/from_7.2.0_until_7.3.0/VersionVectorDisableRestart-1.toml - restarting/from_7.2.0_until_7.3.0/VersionVectorDisableRestart-2.toml) + restarting/from_7.2.0_until_7.3.0/VersionVectorDisableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.2.0_until_7.3.0/VersionVectorEnableRestart-1.toml - restarting/from_7.2.0_until_7.3.0/VersionVectorEnableRestart-2.toml) + restarting/from_7.2.0_until_7.3.0/VersionVectorEnableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.2.4_until_7.3.0/UpgradeAndBackupRestore-1.toml restarting/from_7.2.4_until_7.3.0/UpgradeAndBackupRestore-2.toml) @@ -373,10 +373,10 @@ if(WITH_PYTHON) restarting/from_7.3.0/UpgradeAndBackupRestore-2.toml) add_fdb_test( TEST_FILES restarting/from_7.3.0/VersionVectorDisableRestart-1.toml - restarting/from_7.3.0/VersionVectorDisableRestart-2.toml) + restarting/from_7.3.0/VersionVectorDisableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.3.0/VersionVectorEnableRestart-1.toml - restarting/from_7.3.0/VersionVectorEnableRestart-2.toml) + restarting/from_7.3.0/VersionVectorEnableRestart-2.toml IGNORE) add_fdb_test( TEST_FILES restarting/from_7.3.0/BlobGranuleRestartCycle-1.toml restarting/from_7.3.0/BlobGranuleRestartCycle-2.toml)