3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.influxdb: disable failing test

This commit is contained in:
Martin Weinelt 2021-10-10 20:56:19 +02:00
parent 107c1442f2
commit ea98fc72e3

View file

@ -57,6 +57,8 @@ buildPythonPackage rec {
# b'foo[30 chars]_one="1",column_two=1i 0\nfoo,tag_one=red,tag_[46 chars]00\n'
"test_write_points_from_dataframe_with_nan_json"
"test_write_points_from_dataframe_with_tags_and_nan_json"
# Reponse is not empty but `s = '孝'` and the JSON decoder chokes on that
"test_query_with_empty_result"
];
pythonImportsCheck = [ "influxdb" ];