Skip to content

Commit

Permalink
systemtest restapi: enable automatic testing
Browse files Browse the repository at this point in the history
The test has been skipped during automatic testing,
as it has been marked as "broken".
After the recent changes, we enable automatic testing again.
  • Loading branch information
joergsteffens committed Oct 8, 2021
1 parent ceab808 commit e16121d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions systemtests/tests/restapi/CMakeLists.txt
Expand Up @@ -31,9 +31,6 @@ if(PYTHON_EXECUTABLE
AND NOT RUN_SYSTEMTESTS_ON_INSTALLED_FILES
)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})
set_tests_properties(
${SYSTEMTEST_PREFIX}${BASENAME} PROPERTIES LABELS "broken"
)
else()
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME} DISABLED)
endif()

0 comments on commit e16121d

Please sign in to comment.