forked from mindspore-Ecosystem/mindspore
!17413 recover test_kron from level2 to level0
From: @zhangzhewei01 Reviewed-by: @liangchenghui,@wuxuejian Signed-off-by: @liangchenghui
This commit is contained in:
commit
d4cf97f8c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue