From 48cec203c85bd5c55c681b844342eabc1c0a1906 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Thu, 11 Nov 2021 19:18:59 +0000 Subject: [PATCH] python3Packages.imgaug: disable some flaky tests --- pkgs/development/python-modules/imgaug/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/imgaug/default.nix b/pkgs/development/python-modules/imgaug/default.nix index ab3cdd6e6d06..50faf89d600a 100644 --- a/pkgs/development/python-modules/imgaug/default.nix +++ b/pkgs/development/python-modules/imgaug/default.nix @@ -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 = [