python3Packages.imgaug: disable some flaky tests
This commit is contained in:
parent
74bfe6fe0b
commit
48cec203c8
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ buildPythonPackage rec {
|
|||
"test_alpha_is_080"
|
||||
"test_face_and_lines_at_half_visibility"
|
||||
"test_polygon_fully_inside_image__no_rectangular_shape"
|
||||
# flaky due to timing-based assertions
|
||||
"test_imap_batches_output_buffer_size"
|
||||
"test_imap_batches_unordered_output_buffer_size"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue