summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2022-06-09 11:54:44 +0200
committerMarco Bubke <marco.bubke@qt.io>2022-06-09 16:34:22 +0000
commita1441df5e0ca6b587e124f86e70fd616b36446e6 (patch)
tree7ac578734c051a1f1780e352e23dbaf6d438b3f9
parent0bbeb9df7e79032cdac9b1819705ff3b4222bcaa (diff)
downloadqt-creator-qmlprojectstorage.tar.gz
QmlDesigner: Disable value type alias testqmlprojectstorage
Can be enabled when we added dependency tracking for value type aliases. Change-Id: I54c13a822f77fd7a39fa27873dc26f6f22b8d630 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--tests/unit/unittest/projectstorage-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/projectstorage-test.cpp b/tests/unit/unittest/projectstorage-test.cpp
index e0ad752f74..d9ae25bf23 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);