File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ list(REMOVE_ITEM TEST_OPS test_dist_train)
4949list (REMOVE_ITEM TEST_OPS test_parallel_executor_crf )
5050list (REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed )
5151list (REMOVE_ITEM TEST_OPS test_dist_se_resnext )
52+ list (REMOVE_ITEM TEST_OPS test_dist_transformer )
5253foreach (TEST_OP ${TEST_OPS} )
5354 py_test_modules (${TEST_OP} MODULES ${TEST_OP} )
5455endforeach (TEST_OP )
@@ -62,3 +63,4 @@ endif()
6263py_test_modules (test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL )
6364py_test_modules (test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL )
6465py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
66+ py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
You can’t perform that action at this time.
0 commit comments