disable the test_distillation_strategy temporarily (#17227)
test_distillation_strategy always failed on a machine with 4 gpus only, disable temporarily and need to figure out the root cause and add it back laterrevert-17304-fix_default_paddle_version
parent
c5eeecca7c
commit
06325c4de1
@ -1,6 +1,11 @@
|
||||
file(GLOB TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
|
||||
string(REPLACE ".py" "" TEST_OPS "${TEST_OPS}")
|
||||
|
||||
# NOTE: TODOOOOOOOOOOO
|
||||
# temporarily disable test_distillation_strategy since it always failed on a specified machine with 4 GPUs
|
||||
# Need to figure out the root cause and then add it back
|
||||
list(REMOVE_ITEM TEST_OPS test_distillation_strategy)
|
||||
|
||||
foreach(src ${TEST_OPS})
|
||||
py_test(${src} SRCS ${src}.py)
|
||||
endforeach()
|
||||
|
Loading…
Reference in new issue