Skip to content

Commit 7e8c50e

Browse files
committed
[arm] disable strict mode for fb to json
This is a temp workaround to suppress test failures in https://github.com/pytorch/executorch/actions/runs/12794699471/job/35670399085
1 parent a933238 commit 7e8c50e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/arm/test/runner_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ def dbg_tosa_fb_to_json(tosa_fb: bytes) -> Dict:
652652
cmd_flatc = [
653653
"flatc",
654654
"--json",
655-
"--strict-json",
656655
"-o",
657656
tmp,
658657
"--raw-binary",

0 commit comments

Comments
 (0)