Skip to content

Commit 25902b2

Browse files
authored
del exclusive ut which name with test_dist_ (#27316)
1 parent 9f9d15e commit 25902b2

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
@@ -4,6 +4,7 @@ set(GC_ENVS FLAGS_eager_delete_tensor_gb=0.0 FLAGS_fast_eager_deletion_mode=1 FL
44
set(dist_ENVS http_proxy="" https_proxy="")
55

66
file(GLOB DIST_TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_dist_*.py")
7+
list(REMOVE_ITEM DIST_TEST_OPS "test_dist_op")
78
if(NOT WITH_NCCL)
89
list(REMOVE_ITEM DIST_TEST_OPS "test_dist_mnist_dgc_nccl")
910
endif()

0 commit comments

Comments
 (0)