Skip to content

Commit 3cea440

Browse files
jacquesqiaochengduo
authored andcommitted
enforce test_parallel_executor_transformer and test_image_classification_resnet to run in serial (#12545)
1 parent 99a77cf commit 3cea440

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ 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)
5252
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)
5355
foreach(TEST_OP ${TEST_OPS})
5456
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
5557
endforeach(TEST_OP)
@@ -64,3 +66,5 @@ py_test_modules(test_parallel_executor_crf MODULES test_parallel_executor_crf SE
6466
py_test_modules(test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL)
6567
py_test_modules(test_dist_transformer MODULES test_dist_transformer SERIAL)
6668
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)

0 commit comments

Comments
 (0)