forked from mindspore-Ecosystem/mindspore
takedown testcases to ensure gate stability
This commit is contained in:
parent
9b423288be
commit
8f82210a9c
|
@ -501,7 +501,7 @@ def test_dynamic_maxpool1():
|
|||
comm_func(dynamic_range, input_shape, data_type, net)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
|
|
@ -87,7 +87,7 @@ def test_add(dtype=np.float16):
|
|||
add_net(net, x, y, indices, is_dynamic=True)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
|
|
@ -79,7 +79,7 @@ def test_index_add_dyn_gpu():
|
|||
dyn_case()
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
|
Loading…
Reference in New Issue