Skip to content

Commit

Permalink
disable test_standalone_executor temporarily (#35436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius84 authored Sep 3, 2021
1 parent 80c0cc9 commit e8a8816
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
file(GLOB TEST_INTERP_CASES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_*.py")
string(REPLACE ".py" "" TEST_INTERP_CASES "${TEST_INTERP_CASES}")

list(REMOVE_ITEM TEST_INTERP_CASES test_standalone_executor)

foreach(target ${TEST_INTERP_CASES})
py_test_modules(${target} MODULES ${target})
endforeach()

0 comments on commit e8a8816

Please sign in to comment.