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.
1 parent dbf0798 commit 2d97903Copy full SHA for 2d97903
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -80,7 +80,8 @@ if(WITH_DISTRIBUTE)
80
py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL)
81
endif(NOT APPLE)
82
py_test_modules(test_dist_transpiler MODULES test_dist_transpiler)
83
- py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
+ #FIXME(gongwb): random fails.
84
+ #py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
85
endif()
86
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
87
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
0 commit comments