mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
[js/web] fix ort web e2e test (#9025)
This commit is contained in:
parent
2439ced3ec
commit
5145fa236f
1 changed files with 2 additions and 2 deletions
|
|
@ -42,11 +42,11 @@ module.exports = function (config) {
|
|||
browsers: [],
|
||||
customLaunchers: {
|
||||
Chrome_default: {
|
||||
base: 'Chrome',
|
||||
base: 'ChromeHeadless',
|
||||
chromeDataDir: USER_DATA
|
||||
},
|
||||
Chrome_no_threads: {
|
||||
base: 'Chrome',
|
||||
base: 'ChromeHeadless',
|
||||
chromeDataDir: USER_DATA,
|
||||
// TODO: no-thread flags
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue