Skip to content

Commit

Permalink
Update test_add_oiwfs_to_dq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
b1quint committed Aug 27, 2020
1 parent f405351 commit b6ad993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geminidr/gmos/tests/image/test_add_oiwfs_to_dq.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_add_oiwfs_runs_normally(caplog, ext_num, filename, x0, y0):
assert n == ext_num


@pytest.skip("Test fails on Jenkins - Investigate why")
@pytest.mark.skip("Test fails on Jenkins - Investigate why")
@pytest.mark.dragons_remote_data
@pytest.mark.parametrize("filename", ["N20190101S0051.fits"])
def test_add_oiwfs_warns_when_wfs_if_not_in_field(caplog, filename):
Expand Down

0 comments on commit b6ad993

Please sign in to comment.