!16546 drop test case

From: @jachua
Reviewed-by: @xsmq,@wmzheng2020
Signed-off-by: @xsmq
This commit is contained in:
mindspore-ci-bot 2021-05-18 17:36:01 +08:00 committed by Gitee
commit 38e450f244
1 changed files with 3 additions and 3 deletions

View File

@ -2172,7 +2172,7 @@ def test_bincount():
onp.bincount(x, weights, minlength=25), error=3)
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training
@ -2195,7 +2195,7 @@ def test_histogram():
match_all_arrays(mnp_res, onp_res, error=1)
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training
@ -2238,7 +2238,7 @@ def test_histogramdd():
match_all_arrays(mnp_res[1], onp_res[1], error=3)
@pytest.mark.level0
@pytest.mark.level2
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_x86_gpu_training