Skip to content

Commit

Permalink
psh: enable executing tests in new psh for imxrt117x
Browse files Browse the repository at this point in the history
JIRA: CI-461
  • Loading branch information
mateusz-bloch committed Jun 12, 2024
1 parent c28bc0c commit 045a615
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions psh/tools/psh.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,6 @@ def run(harness):
@functools.wraps(harness)
def wrapper_harness(*args, **kwargs):
dut = args[0]
# to avoid CI fails caused by https://github.com/phoenix-rtos/phoenix-rtos-project/issues/866
if trunner.ctx.target.name == "armv7m7-imxrt117x-evk":
ret = harness(*args, **kwargs)
# one prompt after a test should be left to be asserted by test runner
dut.sendline("\n")
return ret
init(dut)
try:
res = harness(*args, **kwargs)
Expand Down

0 comments on commit 045a615

Please sign in to comment.