From ffdc1e5ae2187786146a01a99a9a5caf182d8596 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 21 Sep 2021 11:41:12 +0200
Subject: [PATCH] MAINT: Add TODO to broken unit test

---
 test/runtests.jl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/runtests.jl b/test/runtests.jl
index 398b635..e0d445d 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -282,9 +282,11 @@ using CaosDB
             set_datatype(copied_prop, get_datatype(ref_list_prop))
             set_value(copied_prop, get_value(ref_list_prop))
             @test get_datatype(copied_prop) == get_datatype(ref_list_prop)
-            # TODO(fspreck) Fix this. Garbage collection?
+            # TODO(fspreck) Re-try once
+            # https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/issues/24
+            # has been fixed.
             @test_broken get_value(copied_prop) == get_value(ref_list_prop)
-            
+
         end
 
         @testset "Property properties" begin
-- 
GitLab