Skip to content

Commit 7b017cf

Browse files
authored
fix web ci: csum tests need fp64 which is not supported on webgpu (microsoft#20374)
1 parent ee74fb6 commit 7b017cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

js/web/test/suite-test-list.jsonc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,13 @@
465465
"test_cos",
466466
"test_cosh_example",
467467
"test_cosh",
468-
"test_cumsum_1d_exclusive",
469-
"test_cumsum_1d_reverse_exclusive",
470-
"test_cumsum_1d_reverse",
471-
"test_cumsum_1d",
472-
"test_cumsum_2d_axis_0",
473-
"test_cumsum_2d_axis_1",
474-
"test_cumsum_2d_negative_axis",
468+
// "test_cumsum_1d_exclusive",
469+
// "test_cumsum_1d_reverse_exclusive",
470+
// "test_cumsum_1d_reverse",
471+
// "test_cumsum_1d",
472+
// "test_cumsum_2d_axis_0",
473+
// "test_cumsum_2d_axis_1",
474+
// "test_cumsum_2d_negative_axis",
475475
"test_depthtospace_crd_mode_example",
476476
"test_depthtospace_crd_mode",
477477
"test_depthtospace_dcr_mode",

0 commit comments

Comments
 (0)