Skip to content

Commit 866e929

Browse files
committed
ci(e2e): remove gatsby development server test (#6084)
**What's the problem this PR addresses?** The Gatsby development server test has been timing out in the CI for months now, though it passes locally. **How did you fix it?** Disable to so we notice when the build stops working. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent a0fb69f commit 866e929

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/e2e-gatsby-workflow.yml

-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ jobs:
3030
3131
# Test production build
3232
yarn build
33-
34-
# Test development server (which includes development only loaders like eslint-loader)
35-
# Redirect the output to log.txt and check if it contains "ERROR #"
36-
yarn dlx start-server-and-test "yarn start > log.txt 2>&1" :8000 "! cat log.txt | grep \"ERROR #\""

0 commit comments

Comments
 (0)