Skip to content

Commit

Permalink
Put tenThousandCats files on blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
st-pasha committed May 25, 2018
1 parent 4cc587d commit 2af74d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fread/test_fread_large.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ def test_h2o3_bigdata(f):
# files with 36M columns
os.path.join("testng", "newsgroup_train1.csv"),
os.path.join("testng", "newsgroup_validation1.csv"),
# broken CRC zip files
os.path.join("jira", "tenThousandCat50C.csv.zip"),
os.path.join("jira", "tenThousandCat100C.csv.zip"),
}
filledna_files = {
os.path.join("lending-club", "LoanStats3a.csv"),
Expand Down

0 comments on commit 2af74d1

Please sign in to comment.