Skip to content

Commit 57692e6

Browse files
committed
ci: disable rerunfailed
1 parent 04e12a7 commit 57692e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ extend-exclude = '''
137137

138138
[tool.pytest.ini_options]
139139
minversion = "6.0"
140-
addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch --reruns 5 --reruns-delay 1"
140+
addopts = "-ra -vv -rf --ignore=bundled --ignore=.hatch"
141141
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
142142
testpaths = ["tests"]
143143
junit_suite_name = "robotcode"

0 commit comments

Comments
 (0)