Skip to content

Commit 7e49620

Browse files
XieYunshenchalsliu
andauthored
Disable test_conv3d_transpose_op (#25298) (#26000)
test=develop Co-authored-by: chalsliu <[email protected]>
1 parent 3ade55e commit 7e49620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ list(REMOVE_ITEM TEST_OPS test_imperative_debug_string)
200200
list(REMOVE_ITEM TEST_OPS test_fuse_bn_act_pass)
201201
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_mnist)
202202
list(REMOVE_ITEM TEST_OPS test_imperative_static_runner_while)
203+
list(REMOVE_ITEM TEST_OPS test_conv3d_transpose_op)
203204

204205
if (APPLE OR WIN32)
205206
list(REMOVE_ITEM TEST_OPS test_dataset)

0 commit comments

Comments
 (0)