From 1424b796ff0af60b1d8b6e96fdc61515b41b305f Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:47:52 -0700 Subject: [PATCH] [js/web] disable test_tan temorarily (#11048) --- js/web/test/suite-test-list.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/web/test/suite-test-list.jsonc b/js/web/test/suite-test-list.jsonc index 19d3e59274..7ae4504e20 100644 --- a/js/web/test/suite-test-list.jsonc +++ b/js/web/test/suite-test-list.jsonc @@ -207,7 +207,7 @@ // "test_slice_start_out_of_bounds", // tensor shape of 0 "test_squeeze", "test_tan_example", - "test_tan", + //"test_tan", // incorrect result in Chrome v100... investigating "test_tanh_example", "test_tanh", "test_tile",