python3Packages.iocx: skip flaky scaling perf test (#519035)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user