Skip to content

Commit fee07a6

Browse files
committed
mark test_tell_many as flaky
1 parent 7e01321 commit fee07a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adaptive/tests/test_learner1d.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import random
22

3+
import flaky
34
import numpy as np
45

56
from adaptive.learner import Learner1D
@@ -246,6 +247,7 @@ def test_ask_does_not_return_known_points_when_returning_bounds():
246247
assert 0 not in points
247248

248249

250+
@flaky.flaky(max_runs=3)
249251
def test_tell_many():
250252
def f(x, offset=0.123214):
251253
a = 0.01

0 commit comments

Comments
 (0)