Skip to content
Snippets Groups Projects
Verified Commit 444b0a6f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Removed xfail

parent 5fe602d8
No related branches found
No related tags found
1 merge request!21REL: Use cpplib v0.1.2
Pipeline #23499 failed
......@@ -180,8 +180,7 @@ TEST_F(test_issues, server_issue_174) {
auto insert_status = insert_transaction->WaitForIt();
ASSERT_TRUE(insert_status.IsTerminated());
// TODO(tf) Remove the EXPECT_NONFATAL_FAILURE after fixing #174.
EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(insert_status.IsError()), "");
EXPECT_FALSE(insert_status.IsError());
}
} // namespace caosdb::transaction
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