diff -Nru dolphin-18.04.3/debian/changelog dolphin-18.04.3/debian/changelog --- dolphin-18.04.3/debian/changelog 2018-08-10 08:13:42.000000000 +0000 +++ dolphin-18.04.3/debian/changelog 2018-08-13 15:12:10.000000000 +0000 @@ -1,3 +1,13 @@ +dolphin (4:18.04.3-0ubuntu2) cosmic; urgency=medium + + * Add PlacesItemModelTest to kubuntu_disable-failing-tests.patch. This + test expects values to be returned which are currently hard coded in + the test, but these can vary depending on the version of Frameworks. + The test needs to be fixed upstream to be adaptive to this. + See: https://phabricator.kde.org/D12464 + + -- Rik Mills Mon, 13 Aug 2018 16:12:10 +0100 + dolphin (4:18.04.3-0ubuntu1) cosmic; urgency=medium * Drop upstream applied fix-standard-shortcuts.patch diff -Nru dolphin-18.04.3/debian/patches/kubuntu_disable-failing-tests.patch dolphin-18.04.3/debian/patches/kubuntu_disable-failing-tests.patch --- dolphin-18.04.3/debian/patches/kubuntu_disable-failing-tests.patch 2018-08-10 08:13:42.000000000 +0000 +++ dolphin-18.04.3/debian/patches/kubuntu_disable-failing-tests.patch 2018-08-13 15:12:10.000000000 +0000 @@ -15,3 +15,14 @@ # KFileItemModelBenchmark ecm_add_test(kfileitemmodelbenchmark.cpp testdir.cpp +@@ -61,7 +61,7 @@ + ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test) + + # PlacesItemModelTest +-ecm_add_test(placesitemmodeltest.cpp +-TEST_NAME placesitemmodeltest +-LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) ++#ecm_add_test(placesitemmodeltest.cpp ++#TEST_NAME placesitemmodeltest ++#LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) +