Skip to content

Commit 5e1599f

Browse files
committed
don't skip tests that are actually not that slow
1 parent 2ef27f3 commit 5e1599f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/frequentist/test_bounds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
)
1111

1212

13-
@pytest.mark.skip(reason="Skipping because this test is very slow")
1413
def test_many_days():
1514
"""
1615
This input (based on a real experiment) is very long, which can cause slow calculation
@@ -404,7 +403,6 @@ def test_many_days():
404403
assert (time.time() - start_time) < 0.01
405404

406405

407-
@pytest.mark.skip(reason="Skipping because this test is very slow")
408406
def test_many_days_fast_and_no_crash():
409407
"""
410408
This is based on experiment 1735 on 26.11.2020. The calculation of the corresponding bounds takes many minutes

0 commit comments

Comments
 (0)