Skip to content
Snippets Groups Projects
Verified Commit d6486cfc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: remove xfail after fix

parent 4581d758
No related branches found
No related tags found
1 merge request!32TST: remove xfail after fix
Pipeline #41861 passed
...@@ -363,9 +363,7 @@ TEST_F(test_select, test_select_property_unit) { ...@@ -363,9 +363,7 @@ TEST_F(test_select, test_select_property_unit) {
EXPECT_EQ(query_transaction->GetResultTable().size(), 1); EXPECT_EQ(query_transaction->GetResultTable().size(), 1);
for (const auto &row : query_transaction->GetResultTable().GetRows()) { for (const auto &row : query_transaction->GetResultTable().GetRows()) {
// Fails due to https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/264 EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m");
EXPECT_NONFATAL_FAILURE({ EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m"); },
"TestPropDouble.unit");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment