From 623ee6061111fb5e76dd6bee0c77e0201233465e Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Mon, 26 Jun 2023 20:25:35 +0200 Subject: [PATCH] UnitTest: disabled needs to be DISABLED Change-Id: Id6e4cb898934bcc2993c1e402ce7741162e0ab91 Reviewed-by: Marco Bubke --- .../unit/tests/unittests/projectstorage/projectstorage-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/tests/unittests/projectstorage/projectstorage-test.cpp b/tests/unit/tests/unittests/projectstorage/projectstorage-test.cpp index e99182ea2df..19a60594373 100644 --- a/tests/unit/tests/unittests/projectstorage/projectstorage-test.cpp +++ b/tests/unit/tests/unittests/projectstorage/projectstorage-test.cpp @@ -5881,7 +5881,7 @@ TEST_F(ProjectStorage, synchronize_types_remove_property_declaration_with_an_ind Sqlite::ConstraintPreventsModification); } -TEST_F(ProjectStorage, disabled_synchronize_types_remove_stem_property_declaration_with_an_indirect_alias_throws) +TEST_F(ProjectStorage, DISABLED_synchronize_types_remove_stem_property_declaration_with_an_indirect_alias_throws) { auto package{createSynchronizationPackageWithIndirectAliases()}; storage.synchronize(package);