Skip to content

Commit 2d97903

Browse files
authored
disable transformer (#13515)
1 parent dbf0798 commit 2d97903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/paddle/fluid/tests/unittests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ if(WITH_DISTRIBUTE)
8080
py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL)
8181
endif(NOT APPLE)
8282
py_test_modules(test_dist_transpiler MODULES test_dist_transpiler)
83-
py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
83+
#FIXME(gongwb): random fails.
84+
#py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
8485
endif()
8586
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
8687
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)

0 commit comments

Comments
 (0)