We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c770d5c + dd4c977 commit 2013b1cCopy full SHA for 2013b1c
python/paddle/fluid/tests/book/high-level-api/understand_sentiment/CMakeLists.txt
@@ -1,6 +1,11 @@
1
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
2
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
3
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
+
9
# default test
10
foreach(src ${TEST_OPS})
11
py_test(${src} SRCS ${src}.py)
0 commit comments