File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99# - "Webview is disposed": only happens on vscode "minimum" (1.68.0)
1010# - "HTTPError: Response code …": caused by github rate-limiting.
1111# - "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'
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 '
1313if [ " $VSCODE_TEST_VERSION " = ' minimum' ]; then
1414 _ignore_pat=" $_ignore_pat " ' \|Webview is disposed'
1515fi
You can’t perform that action at this time.
0 commit comments