Skip to content

Commit

Permalink
trunner: disable rebooting each test
Browse files Browse the repository at this point in the history
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#580

JIRA: CI-461
  • Loading branch information
mateusz-bloch committed Aug 12, 2024
1 parent 5cd7491 commit 8b6aaaf
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 @@ -102,9 +102,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 8b6aaaf

Please sign in to comment.