Skip to content

Commit d50cfab

Browse files
tests: on_target: ski fota resumption
Fota resumption is currently broken. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent 5f4a1a9 commit d50cfab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/on_target/tests/test_functional/test_fota.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ def _run_fota(bundle_id="", fota_type="app", fotatimeout=APP_FOTA_TIMEOUT, new_v
114114
else:
115115
raise AssertionError(f"Fota update not available after {i} attempts")
116116

117-
118-
if fota_type == "app":
119-
run_fota_resumption(t91x_fota, "app")
117+
# if fota_type == "app":
118+
# run_fota_resumption(t91x_fota, "app")
120119

121120
await_nrfcloud(
122121
functools.partial(t91x_fota.fota.get_fota_status, t91x_fota.data['job_id']),

0 commit comments

Comments
 (0)