Skip to content

Commit e66c350

Browse files
authored
removed test_read_v12_sample_big due to intermittent CI failures
1 parent 5e964af commit e66c350

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_speed.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ def read_file():
2626
assert isinstance(las, lasio.LASFile)
2727

2828

29-
def test_read_v12_sample_big(benchmark):
30-
benchmark(read_file)
29+
# Removed 13/2/26 because CI tests seem to be cancelling intermittently on this one.
30+
# def test_read_v12_sample_big(benchmark):
31+
# benchmark(read_file)

0 commit comments

Comments
 (0)