parquet-tools: disable sensitive test
This commit is contained in:
parent
b1434f14da
commit
0000092757
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ buildPythonApplication rec {
|
|||
# These tests try to read Python code as parquet and fail
|
||||
"test_local_wildcard"
|
||||
"test_local_and_s3_wildcard_files"
|
||||
# test file is 2 bytes bigger than expected
|
||||
"test_excute_simple"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue