!3424 remove ut test_expand_dims_grad

Merge pull request !3424 from zhangbuxue/remove_ut_test_expand_dims_grad
This commit is contained in:
mindspore-ci-bot 2020-07-24 15:28:18 +08:00 committed by Gitee
commit 9b8d38eab4
1 changed files with 1 additions and 1 deletions

View File

@ -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()