Set run exclusive for data loader unittest (#22831)

revert-22710-feature/integrated_ps_api
Chen Weihang 5 years ago committed by GitHub
parent 0c617377a9
commit 5ee29c67b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -364,3 +364,7 @@ set_tests_properties(test_parallel_executor_test_while_train test_parallel_execu
test_data_norm_op test_imperative_using_non_zero_gpu test_fuse_bn_act_pass
test_optimizer_in_control_flow test_fetch_unmerged
test_buffer_shared_memory_reuse_pass PROPERTIES LABELS "RUN_TYPE=DIST")
if(NOT WIN32 AND NOT APPLE)
set_tests_properties(test_imperative_data_loader PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" RUN_SERIAL TRUE)
endif()

Loading…
Cancel
Save