forked from mindspore-Ecosystem/mindspore
!49192 takedown test_solve_triangular to ensure gate stability
Merge pull request !49192 from yanghaoran/takedown_testcases
This commit is contained in:
commit
3da92c2ae4
|
@ -51,7 +51,7 @@ def test_block_diag(args):
|
|||
match_array(ms_res.asnumpy(), scipy_res)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_gpu_training
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.env_onecard
|
||||
|
|
Loading…
Reference in New Issue