Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions jwst/assign_wcs/tests/test_miri.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""

import numpy as np
import pytest
from astropy.io import fits
from gwcs import wcs
from numpy.testing import assert_allclose
Expand Down Expand Up @@ -146,7 +145,7 @@ def traverse_wfss_trace():


# Invoke this test when the reference files for MIRI WFSS are in CRDS
@pytest.mark.xfail(reason="Reference files for MIRI WFSS mode are not in CRDS yet.")
# @pytest.mark.xfail(reason="Reference files for MIRI WFSS mode are not in CRDS yet.")
def test_traverse_wfss():
"""Make sure the trace polynomials roundtrip."""
traverse_wfss_trace()
Expand Down
2 changes: 1 addition & 1 deletion jwst/regtest/test_infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_diff_astropy_tables_columns(diff_astropy_tables, two_tables):
assert diff_astropy_tables(path1, path2)


@pytest.mark.xfail(reason="table meta comparison currently deactivated")
# @pytest.mark.xfail(reason="table meta comparison currently deactivated")
def test_diff_astropy_tables_meta(diff_astropy_tables, two_tables):
path1, path2 = two_tables

Expand Down
Loading