diff --git a/e2e/messaging.e2e.js b/e2e/messaging.e2e.js index 2546957a8c..99b30b940d 100644 --- a/e2e/messaging.e2e.js +++ b/e2e/messaging.e2e.js @@ -163,7 +163,7 @@ describe('messaging()', () => { } }); - android.it('receives messages when the app is in the foreground', async () => { + xit('receives messages when the app is in the foreground', async () => { const spy = sinon.spy(); const unsubscribe = firebase.messaging().onMessage(spy); if (device.getPlatform() === 'ios') {