Skip to content

Commit

Permalink
chore(auth): removed obsolete auth directory for android (invertase#4043
Browse files Browse the repository at this point in the history
)

Co-authored-by: Mike Diarmid <[email protected]>
  • Loading branch information
dackers86 and Salakar authored Aug 5, 2020
1 parent b629ecc commit 3fd0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/messaging.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 3fd0e8c

Please sign in to comment.