From f8ffa5592c727fe03bbc8eb4a24e18b0a95dcb8d Mon Sep 17 00:00:00 2001 From: Harinn Date: Mon, 11 May 2026 21:03:29 +0700 Subject: [PATCH] python3Packages.iocx: skip flaky scaling perf test --- pkgs/development/python-modules/iocx/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/iocx/default.nix b/pkgs/development/python-modules/iocx/default.nix index 28e35fe1c63b..fdc39b388253 100644 --- a/pkgs/development/python-modules/iocx/default.nix +++ b/pkgs/development/python-modules/iocx/default.nix @@ -40,6 +40,10 @@ buildPythonPackage (finalAttrs: { disabledTests = [ # Test requires go to be available "test_cli_with_real_go_binary" + # flaky: timing-sensitive scaling assertion + "test_filepaths_scaling_behavior" + "test_crypto_scaling_behavior" + "test_scaling_behavior" ]; meta = {