We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee3a5f commit 76baecaCopy full SHA for 76baeca
packages/messaging/e2e/messaging.e2e.js
@@ -248,7 +248,8 @@ describe('messaging()', function () {
248
}
249
});
250
251
- it('receives messages when the app is in the background', async function () {
+ // 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 () {
253
// This is slow and thus flaky in CI. It runs locally on android though.
254
if (device.getPlatform() === 'android' && !global.isCI) {
255
const spy = sinon.spy();
0 commit comments