Skip to content
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

Workaround for failing "integration test (CRA)" #769

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Conversation

nandan-bhat
Copy link
Contributor

@nandan-bhat nandan-bhat commented Jun 19, 2024

Description

Currently we are unable to merge any PR to the main because integration test (CRA) and integration test (Gatsby) are failing when the Github runs checks. This issue is caused by one of the sub-dependancy (ajv) update in the example app examples/cra-react-router. The changes made in the pull-request serve as a temporary workaround rather than a definitive solution.

References

Original issue; failing Integration Tests / Run example tests (pull_request_target).

image

Testing

With this PR changes, all the integration tests and workflow checks should get passed.

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

Copy link
Contributor

@gyaneshgouraw-okta gyaneshgouraw-okta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also check an approach where we add package.lock and update the version of ajv in lockfile. That may help us avoid adding a new dependency.

@nandan-bhat nandan-bhat merged commit 4ec5410 into main Jun 21, 2024
14 checks passed
@nandan-bhat nandan-bhat deleted the bugfix/SDK-4872 branch June 21, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants