Skip to content

Commit

Permalink
Reenable tests (#7633)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementetb authored Jan 26, 2022
1 parent f82621f commit 8d83763
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ class MongoClientTest {
}
}

@Ignore("https://github.com/realm/realm-java/issues/7238")
@Test
fun findOneAndUpdate_emptyCollection() {
with(getCollectionInternal()) {
Expand All @@ -693,7 +692,6 @@ class MongoClientTest {
}
}

@Ignore("https://github.com/realm/realm-java/issues/7238")
@Test
fun findOneAndUpdate_noUpdates() {
with(getCollectionInternal()) {
Expand All @@ -702,7 +700,6 @@ class MongoClientTest {
}
}

@Ignore("https://github.com/realm/realm-java/issues/7238")
@Test
fun findOneAndUpdate_noUpsert() {
with(getCollectionInternal()) {
Expand Down Expand Up @@ -848,7 +845,6 @@ class MongoClientTest {
}
}

@Ignore("https://github.com/realm/realm-java/issues/7238")
@Test
fun findOneAndReplace_noUpdates() {
with(getCollectionInternal()) {
Expand All @@ -860,7 +856,6 @@ class MongoClientTest {
}
}

@Ignore("https://github.com/realm/realm-java/issues/7238")
@Test
fun findOneAndReplace_noUpsert() {
with(getCollectionInternal()) {
Expand Down

0 comments on commit 8d83763

Please sign in to comment.