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 @@ -66,6 +66,7 @@ list(REMOVE_ITEM TEST_OPS test_fetch_var)
66
66
list (REMOVE_ITEM TEST_OPS test_parallel_op )
67
67
list (REMOVE_ITEM TEST_OPS test_dynrnn_static_input )
68
68
list (REMOVE_ITEM TEST_OPS test_dist_train )
69
+ list (REMOVE_ITEM TEST_OPS test_network_with_dtype )
69
70
70
71
# tests that can be bundled together in one python process for speed.
71
72
if (WITH_FAST_BUNDLE_TEST )
@@ -83,6 +84,7 @@ py_test_modules(test_parallel_executor MODULES test_parallel_executor)
83
84
py_test_modules (test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=${WARPCTC_LIB_DIR} )
84
85
py_test_modules (test_train_dyn_rnn MODULES test_dyn_rnn )
85
86
py_test_modules (test_mul_op MODULES test_mul_op )
87
+ py_test_modules (test_network_with_dtype MODULES test_network_with_dtype )
86
88
87
89
# tests that need to be run in separate process.
88
90
py_test_modules (test_multihead_attention MODULES test_multihead_attention )
You can’t perform that action at this time.
0 commit comments