Skip to content

Commit 6a149bc

Browse files
committed
Removed almost all xfails. Need to fix at least one fail now.
1 parent 79500c8 commit 6a149bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_30_xarray_backends.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(
3737
DATA_FOLDER
3838
/ "S1A_S3_SLC__1SDV_20210401T152855_20210401T152914_037258_04638E_6001.SAFE",
39-
"S3/VV",
39+
"S3/VH",
4040
),
4141
]
4242

@@ -80,7 +80,6 @@ def test_open_dataset_root() -> None:
8080
xr.open_dataset(None) # type: ignore
8181

8282

83-
@pytest.mark.xfail
8483
@pytest.mark.parametrize("product_path,swath_pol", SENTINEL1_SLC_PRODUCTS)
8584
def test_open_dataset_polarisation_slc(
8685
product_path: esa_safe.PathType,
@@ -96,7 +95,6 @@ def test_open_dataset_polarisation_slc(
9695
assert set(res.coords) == {"azimuth_time", "slant_range_time", "line", "pixel"}
9796

9897

99-
@pytest.mark.xfail
10098
@pytest.mark.parametrize("product_path,swath_pol", SENTINEL1_GRD_PRODUCTS)
10199
def test_open_dataset_polarisation_grd(
102100
product_path: esa_safe.PathType,

0 commit comments

Comments
 (0)