Skip to content

Commit 2013b1c

Browse files
authored
Merge pull request #10930 from reyoung/feature/make_understand_sentiment_serial
Disable unstable test
2 parents c770d5c + dd4c977 commit 2013b1c

File tree

1 file changed

+5
-0
lines changed
  • python/paddle/fluid/tests/book/high-level-api/understand_sentiment

1 file changed

+5
-0
lines changed

python/paddle/fluid/tests/book/high-level-api/understand_sentiment/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
22
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
33

4+
# This test is buggy
5+
# py_test(test_understand_sentiment_dynamic_rnn SRCS
6+
# test_understand_sentiment_dynamic_rnn.py SERIAL)
7+
LIST(REMOVE_ITEM TEST_OPS test_understand_sentiment_dynamic_rnn)
8+
49
# default test
510
foreach(src ${TEST_OPS})
611
py_test(${src} SRCS ${src}.py)

0 commit comments

Comments
 (0)