!45168 takedown testcases to ensure gate stability
Merge pull request !45168 from yanghaoran/master
This commit is contained in:
commit
85ac7e9c5d
|
@ -206,7 +206,7 @@ class ReluReduceMeanDenseRelu(Cell):
|
|||
return x_
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_onecard
|
||||
|
|
|
@ -116,7 +116,7 @@ def train():
|
|||
assert avg_step_loss < expect_avg_step_loss
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
@pytest.mark.platform_x86_ascend_training
|
||||
@pytest.mark.env_single
|
||||
|
|
|
@ -227,6 +227,7 @@ def test_qmnist_sequential_sampler():
|
|||
assert num_iter == num_samples
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="random failures")
|
||||
def test_qmnist_exception():
|
||||
"""
|
||||
Feature: QMnistDataset
|
||||
|
|
Loading…
Reference in New Issue