We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ade55e commit 7e49620Copy full SHA for 7e49620
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -200,6 +200,7 @@ list(REMOVE_ITEM TEST_OPS test_imperative_debug_string)
200
list(REMOVE_ITEM TEST_OPS test_fuse_bn_act_pass)
201
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_mnist)
202
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_while)
203
+list(REMOVE_ITEM TEST_OPS test_conv3d_transpose_op)
204
205
if (APPLE OR WIN32)
206
list(REMOVE_ITEM TEST_OPS test_dataset)
0 commit comments