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

TST: Re-enable formerly broken test

parent 7a15bf20
No related branches found
Tags v0.0.4
No related merge requests found
Pipeline #25730 failed
...@@ -282,10 +282,7 @@ using CaosDB ...@@ -282,10 +282,7 @@ using CaosDB
set_datatype(copied_prop, get_datatype(ref_list_prop)) set_datatype(copied_prop, get_datatype(ref_list_prop))
set_value(copied_prop, get_value(ref_list_prop)) set_value(copied_prop, get_value(ref_list_prop))
@test get_datatype(copied_prop) == get_datatype(ref_list_prop) @test get_datatype(copied_prop) == get_datatype(ref_list_prop)
# TODO(fspreck) Re-try once @test get_value(copied_prop) == get_value(ref_list_prop)
# 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 end
......
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