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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip tests that are broken because of invalid data in production #861

Merged
merged 1 commit into from Apr 28, 2023

Conversation

mansona
Copy link
Member

@mansona mansona commented Apr 28, 2023

Our tests currently rely on downloading data from the real API (a problem but something we have a plan for 馃檲) but there was an issue with a recent deployment that caused some URLs to fail

e.g. https://api.emberjs.com/ember/3.13/functions/@ember%2Fapplication/getOwner works but https://api.emberjs.com/ember/3.12/functions/@ember%2Fapplication/getOwner does not

To unblock all PRs to this repo I'm just skipping tests that rely on that data and duplicating them to use more modern versions that aren't broken 馃憤 we can un-skip the old tests once the issue with the production data is fixed

@mansona mansona requested a review from a team April 28, 2023 15:33
Copy link
Member

@jaredgalanis jaredgalanis left a comment

Choose a reason for hiding this comment

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

LGTM 馃憤

@mansona mansona merged commit a47e182 into master Apr 28, 2023
3 checks passed
@mansona mansona deleted the fix-tests branch April 28, 2023 16:31
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