Skip to content

Commit 850c394

Browse files
committed
Make transformer unittest serial
1 parent c3e1878 commit 850c394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ list(REMOVE_ITEM TEST_OPS test_dist_train)
4949
list(REMOVE_ITEM TEST_OPS test_parallel_executor_crf)
5050
list(REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed)
5151
list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
52+
list(REMOVE_ITEM TEST_OPS test_dist_transformer)
5253
foreach(TEST_OP ${TEST_OPS})
5354
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
5455
endforeach(TEST_OP)
@@ -62,3 +63,4 @@ endif()
6263
py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL)
6364
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
6465
py_test_modules(test_dist_se_resnext MODULES test_dist_se_resnext SERIAL)
66+
py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)

0 commit comments

Comments
 (0)