mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
chore: temporarily disable flakey test
This commit is contained in:
@@ -34,8 +34,8 @@ describe('inAppMessaging()', () => {
|
||||
should.equal(firebase.inAppMessaging().isAutomaticDataCollectionEnabled, true);
|
||||
await Utils.sleep(2000);
|
||||
});
|
||||
|
||||
it('false', async () => {
|
||||
// TODO flakey on CI
|
||||
xit('false', async () => {
|
||||
await device.launchApp();
|
||||
await firebase.inAppMessaging().setAutomaticDataCollectionEnabled(false);
|
||||
should.equal(firebase.inAppMessaging().isAutomaticDataCollectionEnabled, false);
|
||||
|
||||
Reference in New Issue
Block a user