takedown testcases to ensure gate stability

This commit is contained in:
yanghaoran 2023-02-16 11:28:21 +08:00
parent 790a8c0063
commit 4af5b54cfa
3 changed files with 3 additions and 3 deletions

View File

@ -281,7 +281,7 @@ def test_ascend_tensor_dump():
run_saved_data_dump_test('test_async_dump', 'tensor')
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard

View File

@ -1797,7 +1797,7 @@ def get_train_loss(train_dataset, run_mode):
return callback.loss
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard

View File

@ -37,7 +37,7 @@ class Net(nn.Cell):
return self.add(x_, y_)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.env_onecard
@security_off_wrap