Skip to content

Commit 9cc216a

Browse files
committed
test: skip global test by default (no DB in CI)
1 parent a4fef55 commit 9cc216a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soil_id/tests/global/test_global.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import logging
1717
import time
18+
import pytest
1819

1920
from soil_id.global_soil import list_soils_global, rank_soils_global, sg_list
2021

@@ -25,7 +26,7 @@
2526
{"lat": -10.07856, "lon": 15.107436},
2627
]
2728

28-
29+
@pytest.mark.skip
2930
def test_soil_location():
3031
for item in test_locations:
3132
logging.info(f"Testing {item['lon']}, {item['lat']}")

0 commit comments

Comments
 (0)