UnitTest: disabled needs to be DISABLED

Change-Id: Id6e4cb898934bcc2993c1e402ce7741162e0ab91
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2023-06-26 20:25:35 +02:00
parent 53579298c5
commit 623ee60611

View File

@@ -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);