takedown test_gmres_agains_scipy to ensure gate stability

This commit is contained in:
yanghaoran 2022-03-17 09:46:25 +08:00
parent 79bf4f95f4
commit 44aba14913
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ def test_gmres_against_scipy_level1(n, dtype, error, restart, maxiter, precondit
assert onp.allclose(scipy_output, ms_output.asnumpy(), rtol=error, atol=error)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_x86_cpu
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard