Skip to content

Commit 9013831

Browse files
authoredApr 3, 2024
[Dy2St][2.6] Disable test_sentiment on release/2.6 (#63197)
1 parent 89a60d7 commit 9013831

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/dygraph_to_static/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(GC_ENVS FLAGS_eager_delete_tensor_gb=0.0)
99

1010
list(REMOVE_ITEM TEST_OPS test_lac)
1111
list(REMOVE_ITEM TEST_OPS test_grad) # disable test_grad on release/2.6
12+
list(REMOVE_ITEM TEST_OPS test_sentiment
13+
)# disable test_sentiment on release/2.6
1214
# NOTE(Aurelius84): In case of Windows CI, if open ON_INFER, RWLOCK of Scope
1315
# will be removed and will cause some random failed in multi-thread.
1416
if(WITH_PYTHON)

0 commit comments

Comments
 (0)
Please sign in to comment.