!17413 recover test_kron from level2 to level0

From: @zhangzhewei01
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
This commit is contained in:
mindspore-ci-bot 2021-06-01 10:46:58 +08:00 committed by Gitee
commit d4cf97f8c1
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ def onp_kron(x, y):
return onp.kron(x, y)
@pytest.mark.level2
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training