From e9ca8934312027d26fa68c0723923dc3e63ca0d2 Mon Sep 17 00:00:00 2001 From: buxue Date: Fri, 24 Jul 2020 15:11:34 +0800 Subject: [PATCH] remove ut test_expand_dims_grad --- tests/ut/python/pynative_mode/ops/test_grad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ut/python/pynative_mode/ops/test_grad.py b/tests/ut/python/pynative_mode/ops/test_grad.py index f028e91bebd..0073965c321 100644 --- a/tests/ut/python/pynative_mode/ops/test_grad.py +++ b/tests/ut/python/pynative_mode/ops/test_grad.py @@ -41,7 +41,7 @@ def test_grad(): @non_graph_engine -def test_expand_dims_grad(): +def Xtest_expand_dims_grad(): """ test_expand_dims_grad """ input_tensor = Tensor(np.array([[2, 2], [2, 2]])) expand_dims = P.ExpandDims()