diff --git a/app/tests/src/integrations/nfc/nfcScanner.test.ts b/app/tests/src/integrations/nfc/nfcScanner.test.ts index 66dc7ac22..ffa006f5a 100644 --- a/app/tests/src/integrations/nfc/nfcScanner.test.ts +++ b/app/tests/src/integrations/nfc/nfcScanner.test.ts @@ -108,7 +108,7 @@ describe('parseScanResponse', () => { expect(result.dg2Hash).toEqual([18, 52]); }); - it.skip('parses Android response', () => { + it('parses Android response', () => { // Set Platform.OS to android for this test global.mockPlatformOS = 'android';