Skip to content

Commit d36a603

Browse files
committed
Update test_export_datasets_and_create_metadata_db.py
1 parent 5180f3f commit d36a603

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/dataset/test_export_datasets_and_create_metadata_db.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,6 @@ def test_export_datasets_nonexistent_source(tmp_path: "Path") -> None:
337337
)
338338

339339

340-
@pytest.mark.xfail(
341-
run=True,
342-
reason="load_from_netcdf fails when loading incomplete datasets, once it is fixed, the test will work",
343-
)
344340
def test_export_datasets_many_datasets_and_edge_case(
345341
tmp_path: "Path", request: pytest.FixtureRequest
346342
) -> None:

0 commit comments

Comments
 (0)