Skip to content

Commit

Permalink
[Dy2St][2.6] Disable test_grad on release/2.6 (PaddlePaddle#60662)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jan 9, 2024
1 parent ccdf528 commit e50f43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dygraph_to_static/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e50f43e

Please sign in to comment.