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 @@ -75,10 +75,12 @@ list(REMOVE_ITEM TEST_OPS test_dist_se_resnext)
75
75
list (REMOVE_ITEM TEST_OPS test_dist_transformer )
76
76
list (REMOVE_ITEM TEST_OPS test_parallel_executor_transformer )
77
77
list (REMOVE_ITEM TEST_OPS test_image_classification_resnet )
78
+ list (REMOVE_ITEM TEST_OPS test_interpolate_op )
78
79
foreach (TEST_OP ${TEST_OPS} )
79
80
py_test_modules (${TEST_OP} MODULES ${TEST_OP} )
80
81
endforeach (TEST_OP )
81
82
py_test_modules (test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR} SERIAL )
83
+ py_test_modules (test_interpolate_op MODULES test_interpolate_op SERIAL )
82
84
if (WITH_DISTRIBUTE )
83
85
py_test_modules (test_dist_train MODULES test_dist_train SERIAL )
84
86
set_tests_properties (test_listen_and_serv_op PROPERTIES TIMEOUT 20 )
You can’t perform that action at this time.
0 commit comments