From 9ea7b0c19a6e2b97dcdfbe28a7976382b2ef6997 Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Fri, 4 Mar 2022 18:45:01 +0800 Subject: [PATCH] takedown test_bfgs due to probalistic failures --- tests/st/scipy_st/test_optimize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/scipy_st/test_optimize.py b/tests/st/scipy_st/test_optimize.py index 3d83e18fcc3..04a83cc6286 100644 --- a/tests/st/scipy_st/test_optimize.py +++ b/tests/st/scipy_st/test_optimize.py @@ -50,7 +50,7 @@ def matyas(np): return func -@pytest.mark.level0 +@pytest.mark.level1 @pytest.mark.platform_x86_gpu_training @pytest.mark.platform_x86_cpu @pytest.mark.env_onecard