there is a messagebox that doesn't close on konsole exit
@ -4,6 +4,8 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
set(KONSOLE_TEST_LIBS Qt::Test konsoleprivate)
# ATM issue with non-termination due to message dialog
if(QT_MAJOR_VERSION EQUAL "5")
if ("$ENV{USER}" STREQUAL "jenkins")
message(STATUS "We are running in jenkins; skipping DBusTest...")
else()
@ -18,6 +20,7 @@ else()
ecm_add_test(DBusTest.cpp LINK_LIBRARIES ${KONSOLE_TEST_LIBS} Qt::DBus)
endif()
# Temporary bypass for BKO 432379
if(BUILD_SHARED_LIBS)