Skip to content

Commit 76baeca

Browse files
committed
test(messaging, android): disable flacky background messaging test
1 parent 7ee3a5f commit 76baeca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/messaging/e2e/messaging.e2e.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ describe('messaging()', function () {
248248
}
249249
});
250250

251-
it('receives messages when the app is in the background', async function () {
251+
// FIXME unfortunately this has started to fake locally as well. Disabling for now.
252+
xit('receives messages when the app is in the background', async function () {
252253
// This is slow and thus flaky in CI. It runs locally on android though.
253254
if (device.getPlatform() === 'android' && !global.isCI) {
254255
const spy = sinon.spy();

0 commit comments

Comments
 (0)