From a1441df5e0ca6b587e124f86e70fd616b36446e6 Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Thu, 9 Jun 2022 11:54:44 +0200 Subject: [PATCH] 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 --- tests/unit/unittest/projectstorage-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unittest/projectstorage-test.cpp b/tests/unit/unittest/projectstorage-test.cpp index e0ad752f741..d9ae25bf236 100644 --- a/tests/unit/unittest/projectstorage-test.cpp +++ b/tests/unit/unittest/projectstorage-test.cpp @@ -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);