-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"403 Forbidden" Jest tests are failing #603
Labels
Comments
These are failing again. The test server seems to return a 403 or 401 error depending on a race condition while being pelted with requests??? I'm replacing the tests with a mocked response that always returns a 403. |
JohnAlbin
added a commit
that referenced
this issue
Apr 14, 2024
JohnAlbin
added a commit
that referenced
this issue
Apr 18, 2024
JohnAlbin
added a commit
that referenced
this issue
Apr 18, 2024
JohnAlbin
added a commit
that referenced
this issue
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package containing the bug
next-drupal (NPM package)
Describe the bug
Jest tests in the CI started failing last week. PRs without any changes to
next-drupal
were passing on November 13. And those same kind of PRs started failing on November 14. No changes have been made to themain
branch since November 4.So it is very curious why tests that were passing are now failing when the code hasn't changed. It must mean that something changed on the tests server has changed? Running tests against a live server instance is a bad idea.
Expected behavior
Jest tests to
Steps to reproduce:
--allow-empty
flag so there are no code changes. For example, WIP: run tests on main branch #594Additional context
These are the tests that are failing.
These are the same 3 tests that have always failed when I try running Jest locally #533. I do not understand why they were always passing in the CI until a few days ago.
The text was updated successfully, but these errors were encountered: