Skip to content

Commit 5563c6b

Browse files
Merge master into feature/amazonq
2 parents 0d634d7 + 330f606 commit 5563c6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec/linuxE2ETests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ phases:
3636
build:
3737
commands:
3838
- export HOME=/home/codebuild-user
39-
- xvfb-run npm run testE2E
39+
# Ignore failure until throttling issues are fixed.
40+
- xvfb-run npm run testE2E || true
4041
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
4142
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
4243
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"

0 commit comments

Comments
 (0)