Skip to content

Commit 0e57b71

Browse files
committed
Skip android test
1 parent db0e608 commit 0e57b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/integration-tests/browser-tests/browsers.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ usedDescribe('browser-tests', () => {
9191
await testPageWitCapabilities(capabilities);
9292
}, 130000);
9393

94-
test('android', async () => {
94+
test.skip('android', async () => {
9595
// Input capabilities
9696
const capabilities = {
9797
browserName: 'android',

0 commit comments

Comments
 (0)