Skip to content

Commit f632dea

Browse files
Mark test_redirect_stdout as slow
1 parent 429d462 commit f632dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchflow/tests/research_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ def f(a):
570570
assert research.results.df.iloc[0].a == f(2)
571571
assert research.results.df.iloc[0].b == f(3)
572572

573+
@pytest.mark.slow
573574
@pytest.mark.parametrize('dump_results', [False, True])
574575
@pytest.mark.parametrize('redirect_stdout', [True, 0, 1, 2, 3])
575576
@pytest.mark.parametrize('redirect_stderr', [True, 0, 1, 2, 3])

0 commit comments

Comments
 (0)