Skip to content

Commit 03b9709

Browse files
committed
Skips orsopy tests
1 parent 6e2814d commit 03b9709

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_orso_utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def prist():
3636
],
3737
)
3838
@pytest.mark.parametrize("absorption", [True, False])
39+
@pytest.mark.skip(reason="orsopy database website (https://slddb.esss.dk/slddb/) is not available")
3940
def test_orso_model_to_rat(model, absorption):
4041
"""Test that orso_model_to_rat gives the expected parameters, layers and model."""
4142

@@ -72,6 +73,7 @@ def test_orso_model_to_rat(model, absorption):
7273
"prist5_10K_m_025.Rqz.ort",
7374
],
7475
)
76+
@pytest.mark.skip(reason="orsopy database website (https://slddb.esss.dk/slddb/) is not available")
7577
def test_load_ort_data(test_data):
7678
"""Test that .ort data is loaded correctly."""
7779
# manually get the test data for comparison
@@ -104,6 +106,7 @@ def test_load_ort_data(test_data):
104106
["prist5_10K_m_025.Rqz.ort", "prist.json"],
105107
],
106108
)
109+
@pytest.mark.skip(reason="orsopy database website (https://slddb.esss.dk/slddb/) is not available")
107110
def test_load_ort_project(test_data, expected_data):
108111
"""Test that a project with model data is loaded correctly."""
109112
ort_data = ORSOProject(Path(TEST_DIR_PATH, test_data))

0 commit comments

Comments
 (0)