We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7453e0 commit a6533beCopy full SHA for a6533be
tests/fread/test-fread-large.py
@@ -194,6 +194,8 @@ def test_h2o3_smalldata(f):
194
params = {}
195
if is_ppc64():
196
params["nthreads"] = 8
197
+ pytest.skip("Fread tests disabled on PPC64")
198
+ return
199
if "test_pubdev3589" in f:
200
params["sep"] = "\n"
201
if "single_quotes_mixed.csv" in f:
@@ -258,6 +260,8 @@ def test_h2o3_bigdata(f):
258
260
params = {"memory_limit": MEMORY_LIMIT}
259
261
262
263
264
265
if any(ff in f for ff in filledna_files):
266
params["fill"] = True
267
if "imagenet/cat_dog_mouse.tgz" in f:
0 commit comments