Skip to content

Commit

Permalink
Reenable failing test pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
kiburtse committed May 11, 2023
1 parent 9791dad commit b81f9b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/object-store/frozen_objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,10 @@ TEST_CASE("Freeze Results", "[freeze_results]") {
REQUIRE(frozen_res.get<Int>(0) == 2);
});

/* FIXME causes ThreadSanitizer error in Catch2?
write([&]() {
table->remove_object(table->get_object(0).get_key());
});
VERIFY_STALE_RESULTS(dict_results, realm);
*/
}

SECTION("Result constructor - Query") {
Expand All @@ -293,12 +291,10 @@ TEST_CASE("Freeze Results", "[freeze_results]") {
REQUIRE(frozen_res.first()->get<Int>(value_col) == 9);
});

/* FIXME causes ThreadSanitizer error in Catch2?
write([&] {
realm->read_group().remove_table(table->get_name());
});
VERIFY_STALE_RESULTS(query_results, realm);
*/
}

SECTION("Result constructor - TableView") {
Expand Down

0 comments on commit b81f9b8

Please sign in to comment.