Skip to content

Commit c57c0fa

Browse files
committed
remove pattern
1 parent 1547c7f commit c57c0fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildspec/shared/common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
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'
1312
if [ "$VSCODE_TEST_VERSION" = 'minimum' ]; then
1413
_ignore_pat="$_ignore_pat"'\|Webview is disposed'
1514
fi

0 commit comments

Comments
 (0)