takedown testcases to ensure gate stability

This commit is contained in:
yanghaoran 2022-03-09 10:18:51 +08:00
parent 212dc94143
commit 5352e13329
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ def train_process_bert_thor(q, device_id, epoch_size, device_num):
q.put({'loss': loss_list, 'cost': per_step_mseconds})
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_single

View File

@ -154,7 +154,7 @@ def test_time_distributed_conv2d_no_reshape_axis():
print("Conv2D layer with no reshape axis wrapped successful")
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
def test_time_distributed_maxpool2d_no_reshape_axis():