Skip to content

Commit

Permalink
Set certain WFC3/UVIS tests to XFAIL as the truth files on Artifactory (
Browse files Browse the repository at this point in the history
#583)

have been updated for the new software, but this software is NOT being
delivered as part of the build (HSTDP-2023.1.0) to operations.
  • Loading branch information
mdlpstsci authored Apr 30, 2023
1 parent 3d23c95 commit 71b92ff
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_01asn.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS01ASN(BaseWFC3):
"""
Tests for WFC3/UVIS.
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_06single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS06Single(BaseWFC3):
"""
Tests for WFC3/UVIS.
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_07single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS07Single(BaseWFC3):
"""
Tests for WFC3/UVIS.
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_10single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS10Single(BaseWFC3):
"""
Test pos UVIS2 30 Dor
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_12single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS12Single(BaseWFC3):
"""
Test pos UVIS2 BIAS data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_13single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS13Single(BaseWFC3):
"""
Test pos UVIS2 DARK images
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_16single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS16Single(BaseWFC3):
"""
Test pos UVIS2 Jupiter impact site data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_26single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS26Single(BaseWFC3):
"""
Test pos UVIS2 NGC104 data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_28single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS28Single(BaseWFC3):
"""
Test pos UVIS2 Omega Cen data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_29single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS29Single(BaseWFC3):
"""
Test pos UVIS2 PN-G351.3+07.6 data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_30single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS30Single(BaseWFC3):
"""
Test pos UVIS2 Tungsten data
Expand Down
1 change: 1 addition & 0 deletions tests/wfc3/test_uvis_33single.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..helpers import BaseWFC3


@pytest.mark.xfail
class TestUVIS33Single(BaseWFC3):
"""
Test pos UVIS2 subarray data with on CTE correction
Expand Down

0 comments on commit 71b92ff

Please sign in to comment.