Skip to content

Commit 258a47e

Browse files
committed
Mark test_spark_r_nbconvert as flaky
1 parent c81d61b commit 258a47e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ docker
22
plumbum
33
pre-commit
44
pytest
5+
pytest-retry
56
# `pytest-xdist` is a plugin that provides the `--numprocesses` flag,
67
# allowing us to run `pytest` tests in parallel
78
pytest-xdist

tests/by_image/all-spark-notebook/test_spark_r_nbconvert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
THIS_DIR = Path(__file__).parent.resolve()
1313

1414

15+
@pytest.mark.flaky(retries=3, delay=1)
1516
@pytest.mark.parametrize(
1617
"test_file,expected_warnings",
1718
[

0 commit comments

Comments
 (0)