takedown test_dynamic_ops.py::test_dynamic_layernorm due to probalistic failure

This commit is contained in:
yanghaoran 2022-03-05 16:20:24 +08:00
parent 5aaf254927
commit 92abbd7af1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class AddNet(nn.Cell):
return ops.add(x, y)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard