Skip to content

Commit a6533be

Browse files
committed
Disable fread tests on ppc64 machines
1 parent d7453e0 commit a6533be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/fread/test-fread-large.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ def test_h2o3_smalldata(f):
194194
params = {}
195195
if is_ppc64():
196196
params["nthreads"] = 8
197+
pytest.skip("Fread tests disabled on PPC64")
198+
return
197199
if "test_pubdev3589" in f:
198200
params["sep"] = "\n"
199201
if "single_quotes_mixed.csv" in f:
@@ -258,6 +260,8 @@ def test_h2o3_bigdata(f):
258260
params = {"memory_limit": MEMORY_LIMIT}
259261
if is_ppc64():
260262
params["nthreads"] = 8
263+
pytest.skip("Fread tests disabled on PPC64")
264+
return
261265
if any(ff in f for ff in filledna_files):
262266
params["fill"] = True
263267
if "imagenet/cat_dog_mouse.tgz" in f:

0 commit comments

Comments
 (0)