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:
Marco Bubke
2022-06-09 11:54:44 +02:00
parent 0bbeb9df7e
commit a1441df5e0

View File

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