python3Packages.ax-platform: disable flaky test

This commit is contained in:
Sarah Clark
2025-05-12 19:52:10 -04:00
committed by Dmitry Kalinkin
parent 3ec46c13ab
commit 92ed89f49e
@@ -18,6 +18,7 @@
setuptools-scm,
setuptools,
sqlalchemy,
stdenvNoCC,
tabulate,
typeguard,
yappi,
@@ -102,6 +103,10 @@ buildPythonPackage rec {
"test_gen"
# "use MIN or MAX" does not match "Both `metric_aggregation` and `criterion` must be `ReductionCriterion`
"test_user_input_error"
]
++ lib.optionals stdenvNoCC.hostPlatform.isDarwin [
# flaky on x86
"test_gen_with_expanded_parameter_space"
];
pythonImportsCheck = [ "ax" ];