Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit b30237d

Browse files
committed
[cypress] Treat Cypress verification timeout as test-independent
1 parent d9de457 commit b30237d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cypress-plugin/test/integration/unflakable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ module.exports = {
1616
// bug. Instead, we treat it as a test independent failure iff this error message is in the
1717
// output. Otherwise, we'll still treat it as a true failure.
1818
/Timed out waiting for the browser to connect. Retrying\.\.\./,
19+
/Cypress verification timed out\./,
1920
],
2021
};

0 commit comments

Comments
 (0)