Skip to content

Commit

Permalink
Remove temporary monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasileios Karakasis committed Aug 8, 2022
1 parent f2e8eaa commit 33a1df8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions unittests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,12 +849,9 @@ def exec_order(request):
return request.param


def test_exec_order(run_reframe, exec_order, monkeypatch):
def test_exec_order(run_reframe, exec_order):
import reframe.utility.sanity as sn

# FIXME: Remove this as soon as GH #2574 is merged
monkeypatch.setenv('RFM_COMPACT_TEST_NAMES', '1')

returncode, stdout, stderr = run_reframe(
more_options=['--repeat', '11', '-n', 'HelloTest',
f'--exec-order={exec_order}'],
Expand Down

0 comments on commit 33a1df8

Please sign in to comment.