File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ test_pytest_models() { # Test ops and other things
87
87
backends/arm/scripts/build_executorch.sh
88
88
89
89
# Run arm baremetal pytest tests without FVP
90
- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/models
90
+ pytest --verbose --color=yes backends/arm/test/models
91
91
echo " ${TEST_SUITE_NAME} : PASS"
92
92
}
93
93
@@ -122,7 +122,7 @@ test_pytest_models_ethosu_fvp() { # Same as test_pytest but also sometime verify
122
122
backends/arm/test/setup_testing.sh
123
123
124
124
# Run arm baremetal pytest tests with FVP
125
- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/models --arm_run_corstoneFVP
125
+ pytest --verbose --color=yes backends/arm/test/models --arm_run_corstoneFVP
126
126
echo " ${TEST_SUITE_NAME} : PASS"
127
127
}
128
128
You can’t perform that action at this time.
0 commit comments