Skip to content

Commit dc75cc9

Browse files
authored
Merge pull request #14507 from heavengate/fix_interpolate_unittest
change interpolate unittest to serial
2 parents 5d4d117 + 6c0e09c commit dc75cc9

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
@@ -79,10 +79,12 @@ list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
7979
list(REMOVE_ITEM TEST_OPS test_dist_transformer)
8080
list(REMOVE_ITEM TEST_OPS test_parallel_executor_transformer)
8181
list(REMOVE_ITEM TEST_OPS test_image_classification_resnet)
82+
list(REMOVE_ITEM TEST_OPS test_interpolate_op)
8283
foreach(TEST_OP ${TEST_OPS})
8384
py_test_modules(${TEST_OP} MODULES ${TEST_OP})
8485
endforeach(TEST_OP)
8586
py_test_modules(test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR} SERIAL)
87+
py_test_modules(test_interpolate_op MODULES test_interpolate_op SERIAL)
8688
if(WITH_DISTRIBUTE)
8789
py_test_modules(test_dist_train MODULES test_dist_train SERIAL)
8890
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 20)

0 commit comments

Comments
 (0)