Skip to content

Commit

Permalink
disable e2e test on crossorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Jun 3, 2024
1 parent 3243085 commit 460d0dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/web/test/e2e/run-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const BROWSER_TEST_CASES = [
[true, true, './browser-test-wasm.js', 'ort.min.mjs', ['num_threads=1', 'proxy=1']], // wasm, 1 thread, proxy

// ort.bundle.min.mjs
[true, true, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=1']], // wasm, 1 thread
[true, true, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=2']], // wasm, 2 threads
[true, true, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=2', 'proxy=1']], // wasm, 2 threads, proxy
[true, true, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=1', 'proxy=1']], // wasm, 1 thread, proxy
[true, false, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=1']], // 1 thread
[true, false, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=2']], // 2 threads
[true, false, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=2', 'proxy=1']], // 2 threads, proxy
[true, false, './browser-test-wasm.js', 'ort.bundle.min.mjs', ['num_threads=1', 'proxy=1']], // 1 thread, proxy

// path override:
// wasm, path override filenames for both mjs and wasm, same origin
Expand Down

0 comments on commit 460d0dd

Please sign in to comment.