-
Notifications
You must be signed in to change notification settings - Fork 74
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
TST: Skip chronically failing test #3283
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3283 +/- ##
==========================================
- Coverage 88.76% 88.75% -0.01%
==========================================
Files 125 125
Lines 18956 18959 +3
==========================================
+ Hits 16826 16828 +2
- Misses 2130 2131 +1 ☔ View full report in Codecov by Sentry. |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for handling the GWCS warning.
@@ -210,6 +210,7 @@ def test_uri_to_download_specviz(specviz_helper, tmp_path): | |||
specviz_helper.load_data(uri, cache=True, local_path=local_path) | |||
|
|||
|
|||
@pytest.mark.skip(reason="FIXME: Find a file that is not missing from MAST") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow up in https://jira.stsci.edu/browse/JDAT-4921
…3-on-v4.0.x Backport PR #3283 on branch v4.0.x (TST: Skip chronically failing test)
Description
This pull request is to unblock CI for unrelated PRs until someone picks up ticket to fix the test properly.
Close #3275