We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ee98b commit c3b09dfCopy full SHA for c3b09df
tests/RobotFramework/tasks.py
@@ -372,7 +372,7 @@ def flake_finder(
372
outputdir="output_flake_finder",
373
processes=None,
374
include="",
375
- exclude="test:on_demand OR theme:benchmarks OR theme:remoteaccess",
+ exclude="test:on_demand OR theme:benchmarks",
376
clean=False,
377
):
378
"""Run tests multiple times to find any flakey tests
@@ -460,7 +460,7 @@ def test(
460
outputdir=None,
461
462
463
464
465
"""Run tests
466
0 commit comments