Skip to content

Commit 8b65100

Browse files
committed
XFail failing tests
1 parent 1849d55 commit 8b65100

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/dc_tools/tests/test_cop_dem_to_dc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def test_complex_bbox(bbox_africa):
4141

4242

4343
# Test the actual process
44+
@pytest.mark.xfail(
45+
reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed"
46+
)
4447
@pytest.mark.parametrize("product", PRODUCTS)
4548
def test_indexing_cli(bbox, product, odc_db):
4649
runner = CliRunner()

apps/dc_tools/tests/test_esa_worldcover_to_dc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def mock_esa_worldcover_datasets(monkeypatch):
7474
)
7575

7676

77+
@pytest.mark.xfail(
78+
reason="Internal STAC conversion fails with rasterio 1.4.2+. It should be fixed or removed"
79+
)
7780
def test_indexing_cli(bbox, odc_test_db_with_products, mock_esa_worldcover_datasets):
7881
runner = CliRunner()
7982
result = runner.invoke(

0 commit comments

Comments
 (0)