We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577c201 commit 609f1f3Copy full SHA for 609f1f3
tests/test_mean_estimator_boosting.py
@@ -13,6 +13,8 @@
13
TSymmetricVolume,
14
)
15
16
+pytestmark = pytest.mark.xfail(reason="Issue #1325: Flaky test tols")
17
+
18
SEED = 23
19
MAXITER = 350
20
0 commit comments