|
|
|
@ -336,6 +336,11 @@ list(REMOVE_ITEM TEST_OPS test_conv3d_transpose_op)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_data_loader_exception)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_sampling_id_op)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_parallel_executor_fetch_isolated_var)
|
|
|
|
|
if (APPLE)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_imperative_framework)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_learning_rate_scheduler)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_var_base)
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
if (APPLE OR WIN32)
|
|
|
|
|
list(REMOVE_ITEM TEST_OPS test_dataset)
|
|
|
|
@ -601,3 +606,4 @@ if(NOT WIN32 AND NOT APPLE)
|
|
|
|
|
set_tests_properties(test_pool3d_op PROPERTIES TIMEOUT 150)
|
|
|
|
|
set_tests_properties(test_regularizer PROPERTIES TIMEOUT 150)
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|