summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/projectstorage-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/projectstorage-test.cpp')
-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);