File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 55# . buildspec/shared/common.sh
66
77# Ignore these patterns when deciding if the build should fail.
8- # - "waiting for browser": from `ssoAccessTokenProvider.test.ts`, unclear how to fix it.
98# - "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.
12- _ignore_pat=' Timed-out waiting for browser login flow\| HTTPError: Response code 403\|HTTPError: Response code 404\|npm WARN deprecated querystring\|npm WARN deprecated'
11+ _ignore_pat=' HTTPError: Response code 403\|HTTPError: Response code 404\|npm WARN deprecated querystring\|npm WARN deprecated'
1312if [ " $VSCODE_TEST_VERSION " = ' minimum' ]; then
1413 _ignore_pat=" $_ignore_pat " ' \|Webview is disposed'
1514fi
You can’t perform that action at this time.
0 commit comments