Skip to content

Commit

Permalink
Skipping "beforenotify" test on React Native
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Dec 4, 2023
1 parent 1017005 commit 5e78db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/tests/src/tests/observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ describe("Observable", () => {
});

describe("beforenotify", () => {
it("calls listener", async function (this: RealmContext) {
// Skipping on React Native because the callback is called one too many times
it.skipIf(environment.reactNative, "calls listener", async function (this: RealmContext) {
const completion = expectRealmNotifications(this.realm, "beforenotify", [{}]);

this.realm.write(() => {
Expand Down

0 comments on commit 5e78db6

Please sign in to comment.