Commit bf3e0af
Arm backend: Skip instead of returning in Llama test (pytorch#9906)
If the user does not provide input files with the --llama_inputs
argument, the test is not run. Change the return statement into a
pytest.skip so that the test output show a skip rather than a pass.
Co-authored-by: Martin Lindström <[email protected]>1 parent 95d38c4 commit bf3e0af
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments