Skip to content

Commit c3b09df

Browse files
committed
enable remote access system tests
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent f4ee98b commit c3b09df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/RobotFramework/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def flake_finder(
372372
outputdir="output_flake_finder",
373373
processes=None,
374374
include="",
375-
exclude="test:on_demand OR theme:benchmarks OR theme:remoteaccess",
375+
exclude="test:on_demand OR theme:benchmarks",
376376
clean=False,
377377
):
378378
"""Run tests multiple times to find any flakey tests
@@ -460,7 +460,7 @@ def test(
460460
outputdir=None,
461461
processes=None,
462462
include="",
463-
exclude="test:on_demand OR theme:benchmarks OR theme:remoteaccess",
463+
exclude="test:on_demand OR theme:benchmarks",
464464
):
465465
"""Run tests
466466

0 commit comments

Comments
 (0)