From e50f43e99673a1a349b28877a2a1b0d5c69f84ab Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 9 Jan 2024 20:45:09 +0800 Subject: [PATCH] [Dy2St][2.6] Disable `test_grad` on release/2.6 (#60662) --- test/dygraph_to_static/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dygraph_to_static/CMakeLists.txt b/test/dygraph_to_static/CMakeLists.txt index e9ae745681017..2c5b21de64360 100644 --- a/test/dygraph_to_static/CMakeLists.txt +++ b/test/dygraph_to_static/CMakeLists.txt @@ -8,6 +8,7 @@ set(SOT_ENVS SOT_LOG_LEVEL=0 COST_MODEL=False MIN_GRAPH_SIZE=0 set(GC_ENVS FLAGS_eager_delete_tensor_gb=0.0) list(REMOVE_ITEM TEST_OPS test_lac) +list(REMOVE_ITEM TEST_OPS test_grad) # disable test_grad on release/2.6 # NOTE(Aurelius84): In case of Windows CI, if open ON_INFER, RWLOCK of Scope # will be removed and will cause some random failed in multi-thread. if(WITH_PYTHON)