File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 66
77# Ignore these patterns when deciding if the build should fail.
88# - "waiting for browser": from `ssoAccessTokenProvider.test.ts`, unclear how to fix it.
9- # - "Webview is disposed": only happens on vscode "minimum" (1.68.0)
109# - "HTTPError: Response code …": caused by github rate-limiting.
1110# - "npm WARN deprecated querystring": transitive dep of aws sdk v2 (check `npm ls querystring`), so that's blocked until we migrate to v3.
1211_ignore_pat=' Timed-out waiting for browser login flow\|HTTPError: Response code 403\|HTTPError: Response code 404\|npm WARN deprecated querystring\|npm WARN deprecated'
13- if [ " $VSCODE_TEST_VERSION " = ' minimum' ]; then
14- _ignore_pat=" $_ignore_pat " ' \|Webview is disposed'
15- fi
1612
1713# Do not print (noisy) lines matching these patterns.
1814# - "ERROR:bus… Failed to connect to the bus": noise related to "xvfb". https://github.com/cypress-io/cypress/issues/19299
You can’t perform that action at this time.
0 commit comments