disable dbus test atm for qt6

there is a messagebox that doesn't close on konsole exit
wilder
Christoph Cullmann 4 years ago
parent fb90852a32
commit 03d89137f5
  1. 3
      src/autotests/CMakeLists.txt

@ -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()
endif()
endif()
# Temporary bypass for BKO 432379
if(BUILD_SHARED_LIBS)

Loading…
Cancel
Save