forked from qt-creator/qt-creator
UnitTest: disabled needs to be DISABLED
Change-Id: Id6e4cb898934bcc2993c1e402ce7741162e0ab91 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user