auth0 / auth0-react

Auth0 SDK for React Single Page Applications (SPA)
MIT License
887 stars 256 forks source link

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

Closed nandan-bhat closed 3 months ago

nandan-bhat commented 4 months ago

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.

Checklist