Skip to content

Commit

Permalink
turn off both scenario3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuzz31 committed Mar 14, 2023
1 parent 6c04096 commit 28b33da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_scenario_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


# @pytest.mark.isce3
@pytest.mark.skip
@pytest.mark.skip(reason='outdated golden data')
def test_scenario_3():
SCENARIO_DIR = os.path.join(TEST_DIR, "scenario_3")

Expand Down
2 changes: 1 addition & 1 deletion test/test_scenario_3_proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import xarray as xr


# @pytest.mark.skip
@pytest.mark.skip(reason='outdated golden data')
def test_scenario_3_proj():
SCENARIO_DIR = os.path.join(TEST_DIR, "scenario_3")
#
Expand Down

0 comments on commit 28b33da

Please sign in to comment.