diff --git a/trunner/target/armv7m7.py b/trunner/target/armv7m7.py index 1ec50c64..f4162ea3 100644 --- a/trunner/target/armv7m7.py +++ b/trunner/target/armv7m7.py @@ -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)