File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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" )
3940def 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" )
7577def 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" )
107110def 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 ))
You can’t perform that action at this time.
0 commit comments