... | ... |
@@ -119,6 +119,7 @@ def test_uniform_sampling1D(learner_type, f, learner_kwargs): |
119 | 119 |
assert max(ivals) / min(ivals) < 2 + 1e-8 |
120 | 120 |
|
121 | 121 |
|
122 |
+@pytest.mark.xfail |
|
122 | 123 |
@run_with(Learner2D) |
123 | 124 |
def test_uniform_sampling2D(learner_type, f, learner_kwargs): |
124 | 125 |
"""Points are sampled uniformly if no data is provided. |