Skip to content

Commit

Permalink
Move launch test to regular CI.
Browse files Browse the repository at this point in the history
Test was marked as LONG_TESTS, meaning it only ran on the Daily CI.
It seems to run pretty fast (<10 seconds), so this seems unnecessary.
  • Loading branch information
plietar committed Feb 23, 2023
1 parent b2680f9 commit ed445be
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -729,16 +729,14 @@ if(BUILD_TESTS)
${CMAKE_SOURCE_DIR}/tests
)

if(LONG_TESTS)
add_e2e_test(
NAME launch_host_process_test
PYTHON_SCRIPT
${CMAKE_SOURCE_DIR}/tests/js-launch-host-process/host_process.py
CONSENSUS cft
ADDITIONAL_ARGS --js-app-bundle
${CMAKE_SOURCE_DIR}/tests/js-launch-host-process
)
endif()
add_e2e_test(
NAME launch_host_process_test
PYTHON_SCRIPT
${CMAKE_SOURCE_DIR}/tests/js-launch-host-process/host_process.py
CONSENSUS cft
ADDITIONAL_ARGS --js-app-bundle
${CMAKE_SOURCE_DIR}/tests/js-launch-host-process
)

add_e2e_test(
NAME governance_test
Expand Down

0 comments on commit ed445be

Please sign in to comment.