File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ list(REMOVE_ITEM TEST_OPS test_parallel_executor_crf)
50
50
list (REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_feed )
51
51
list (REMOVE_ITEM TEST_OPS test_dist_se_resnext )
52
52
list (REMOVE_ITEM TEST_OPS test_dist_transformer )
53
+ list (REMOVE_ITEM TEST_OPS test_parallel_executor_transformer )
54
+ list (REMOVE_ITEM TEST_OPS test_image_classification_resnet )
53
55
foreach (TEST_OP ${TEST_OPS} )
54
56
py_test_modules (${TEST_OP} MODULES ${TEST_OP} )
55
57
endforeach (TEST_OP )
@@ -64,3 +66,5 @@ py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SE
64
66
py_test_modules (test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL )
65
67
py_test_modules (test_dist_transformer MODULES test_dist_transformer SERIAL )
66
68
py_test_modules (test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
69
+ py_test_modules (test_parallel_executor_transformer MODULES test_parallel_executor_transformer SERIAL )
70
+ py_test_modules (test_image_classification_resnet MODULES test_image_classification_resnet SERIAL )
You can’t perform that action at this time.
0 commit comments