Skip to content

Commit ae84b9f

Browse files
committed
set unittest serial. test=develop
1 parent 78f5639 commit ae84b9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
8181
list(REMOVE_ITEM TEST_OPS test_dist_transformer)
8282
list(REMOVE_ITEM TEST_OPS test_parallel_executor_transformer)
8383
list(REMOVE_ITEM TEST_OPS test_image_classification_resnet)
84-
list(REMOVE_ITEM TEST_OPS test_interpolate_op)
84+
list(REMOVE_ITEM TEST_OPS test_bilinear_interp_op)
85+
list(REMOVE_ITEM TEST_OPS test_nearest_interp_op)
8586
foreach(TEST_OP ${TEST_OPS})
8687
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
8788
endforeach(TEST_OP)
8889
py_test_modules(test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR} SERIAL)
89-
py_test_modules(test_interpolate_op MODULES test_interpolate_op SERIAL)
90+
py_test_modules(test_bilinear_interp_op MODULES test_bilinear_interp_op SERIAL)
91+
py_test_modules(test_nearest_interp_op MODULES test_nearest_interp_op SERIAL)
9092
if(WITH_DISTRIBUTE)
9193
py_test_modules(test_dist_train MODULES test_dist_train SERIAL)
9294
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 20)

0 commit comments

Comments
 (0)