Skip to content
Snippets Groups Projects
Commit ffdc1e5a authored by florian's avatar florian
Browse files

MAINT: Add TODO to broken unit test

parent 51239e8e
No related branches found
No related tags found
1 merge request!13ENH: Use new value and datatype structs
Pipeline #13905 passed
Pipeline: CaosDB Julia Integration Tests

#13906

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment