Skip to content

Commit

Permalink
trunner: remove rebooting before each test (imxrt117x)
Browse files Browse the repository at this point in the history
JIRA: CI-341
  • Loading branch information
damianloew committed Sep 12, 2023
1 parent 269c410 commit aa83bda
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions trunner/target/armv7m7.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,3 @@ class IMXRT106xEvkTarget(IMXTarget):
class IMXRT117xEvkTarget(IMXTarget):
name = "armv7m7-imxrt117x-evk"
image = PloImageProperty(file="phoenix.disk", source="usb0", memory_bank="flash0")

def build_test(self, test: TestOptions) -> Callable[[TestResult], TestResult]:
# FIXME due to https://github.com/phoenix-rtos/phoenix-rtos-project/issues/580 always reboot
test.should_reboot = True

return super().build_test(test)

0 comments on commit aa83bda

Please sign in to comment.