From 1d4aedf65f30aec91aba9d3a1735fea595d8d13c Mon Sep 17 00:00:00 2001 From: Josh Pinkney Date: Fri, 13 Dec 2024 09:17:01 -0500 Subject: [PATCH] tests(core): unskip e2e test failures --- buildspec/linuxE2ETests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec/linuxE2ETests.yml b/buildspec/linuxE2ETests.yml index e5e984e220b..af3cfe71bde 100644 --- a/buildspec/linuxE2ETests.yml +++ b/buildspec/linuxE2ETests.yml @@ -37,7 +37,7 @@ phases: commands: - export HOME=/home/codebuild-user # Ignore failure until throttling issues are fixed. - - xvfb-run npm run testE2E || true + - xvfb-run npm run testE2E - VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}" - CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g') - CI_BUILD_ID="${CODEBUILD_BUILD_ID}"