Skip to content

Commit

Permalink
Try solve hanging tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Nov 19, 2023
1 parent 9293e73 commit 91b70a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/experimental/sync/asymmetric_object_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ TEST_CASE("asymmetric object", "[sync_beta]") {
synced_realm.write([&] {
synced_realm.add(std::move(obj));
});
//
// test::wait_for_sync_uploads(user).get();
// test::wait_for_sync_downloads(user).get();
//

test::wait_for_sync_uploads(user).get();
test::wait_for_sync_downloads(user).get();

// auto result = user.call_function("asymmetricSyncData", bson::BsonArray({bson::BsonDocument{{"_id", oid.to_string()}}})).get();
// CHECK(result);
// auto arr = bson::BsonArray(*result);
Expand Down

0 comments on commit 91b70a2

Please sign in to comment.