Skip to content

Commit 0805dcf

Browse files
committed
ignore cleanup, windows fails
1 parent 5508bd2 commit 0805dcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def test_icon_grid_2_ugrid():
4444
assert ugrid.mesh.face_face_connectivity == "neighbor_cell_index"
4545
assert ugrid.mesh.edge_face_connectivity == "adjacent_cell_of_edge"
4646

47-
# Clean up the temporary files
48-
os.remove(ugrid_fname)
47+
# # Clean up the temporary files
48+
# os.remove(ugrid_fname)
4949

5050

5151
def test_is_boundary_triangle():
@@ -91,5 +91,5 @@ def test_is_boundary_triangle():
9191

9292
assert face_ids == expected
9393

94-
# Clean up the temporary files
95-
os.remove(ugrid_fname)
94+
# # Clean up the temporary files
95+
# os.remove(ugrid_fname)

0 commit comments

Comments
 (0)