forked from qt-creator/qt-creator
QmlDesigner: Disable value type alias test
Can be enabled when we added dependency tracking for value type aliases. Change-Id: I54c13a822f77fd7a39fa27873dc26f6f22b8d630 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -4826,7 +4826,7 @@ TEST_F(ProjectStorage, SynchronizeTypesRemovePropertyDeclarationWithAnIndirectAl
|
||||
Sqlite::ConstraintPreventsModification);
|
||||
}
|
||||
|
||||
TEST_F(ProjectStorage, SynchronizeTypesRemoveStemPropertyDeclarationWithAnIndirectAliasThrows)
|
||||
TEST_F(ProjectStorage, DISABLED_SynchronizeTypesRemoveStemPropertyDeclarationWithAnIndirectAliasThrows)
|
||||
{
|
||||
auto package{createSynchronizationPackageWithIndirectAliases()};
|
||||
storage.synchronize(package);
|
||||
|
Reference in New Issue
Block a user