From 9b13098da885938ac175623d0a0099d6d63ae864 Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Sun, 17 Apr 2022 15:55:01 -0700 Subject: [PATCH] kitinerary: temporarily ignore test failure This test was fixed upstream, so this should be able to be removed after the next update --- .../temporarily-disable-broken-test.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/kitinerary/patches/temporarily-disable-broken-test.patch diff --git a/srcpkgs/kitinerary/patches/temporarily-disable-broken-test.patch b/srcpkgs/kitinerary/patches/temporarily-disable-broken-test.patch new file mode 100644 index 000000000000..4e7bb1ce88bd --- /dev/null +++ b/srcpkgs/kitinerary/patches/temporarily-disable-broken-test.patch @@ -0,0 +1,16 @@ +Temporarily disable the calendarhandler test. +This test has been fixed upstream, so this should be able to be + removed in the next release. + +diff -Naur a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt +--- a/autotests/CMakeLists.txt 2022-04-18 11:34:57.356111303 -0700 ++++ b/autotests/CMakeLists.txt 2022-04-18 11:33:56.175938220 -0700 +@@ -35,7 +35,7 @@ + ecm_add_test(postprocessortest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary) + ecm_add_test(extractorvalidatortest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary) + if (TARGET KF5::CalendarCore) +- ecm_add_test(calendarhandlertest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary) ++ #ecm_add_test(calendarhandlertest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary) + ecm_add_test(extractortest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary KPim::PkPass) + endif() + ecm_add_test(documentutiltest.cpp LINK_LIBRARIES Qt::Test KPim::Itinerary)