Commit b858946
### Summary
There are e2e test failures that is related with ModuleAdd.pte, before
we fully fixed that, let's add the @ignore
See the failure logs:
10-17 21:45:28.303 2107 2284 E AndroidRuntime: FATAL EXCEPTION:
Thread-101
10-17 21:45:28.303 2107 2284 E AndroidRuntime: Process:
org.pytorch.executorch.test, PID: 2107
10-17 21:45:28.303 2107 2284 E AndroidRuntime:
org.pytorch.executorch.ExecutorchRuntimeException$ExecutorchInvalidArgumentException:
[Executorch Error 0x12] Invalid argument: Execution failed for method:
forward
### Test plan
* verified on local android emulator
* run via CI
Co-authored-by: Haiting Pu <[email protected]>
1 parent bd34e74 commit b858946
File tree
1 file changed
+13
-0
lines changed- extension/android/executorch_android/src/androidTest/java/org/pytorch/executorch
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| |||
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
131 | 141 | | |
132 | 142 | | |
133 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
134 | 147 | | |
135 | 148 | | |
136 | 149 | | |
| |||
0 commit comments