Skip to content

Commit b5556f2

Browse files
authored
test=develop, disable basic gru related ut (#18329) (#18387)
1 parent b09ba8a commit b5556f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ py_test_modules(test_adam_op_multi_thread MODULES test_adam_op ENVS FLAGS_inner_
165165
py_test_modules(test_warpctc_op MODULES test_warpctc_op)
166166
py_test_modules(test_bilinear_interp_op MODULES test_bilinear_interp_op ENVS ${GC_ENVS})
167167
py_test_modules(test_nearest_interp_op MODULES test_nearest_interp_op ENVS ${GC_ENVS})
168-
py_test_modules(test_basic_gru_api MODULES test_basic_gru_api ENVS MKL_CBWR=COMPATIBLE)
169-
py_test_modules(test_basic_gru_unit_op MODULES test_basic_gru_unit_op ENVS MKL_CBWR=COMPATIBLE)
170-
py_test_modules(test_basic_lstm_api MODULES test_basic_lstm_api ENVS MKL_CBWR=COMPATIBLE)
171-
py_test_modules(test_basic_lstm_unit_op MODULES test_basic_lstm_unit_op ENVS MKL_CBWR=COMPATIBLE)
172168
py_test_modules(test_imperative_resnet MODULES test_imperative_resnet ENVS
173169
FLAGS_cudnn_deterministic=1 SERIAL)
174170
set_tests_properties(test_imperative_resnet PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE")

0 commit comments

Comments
 (0)