From aa27790401ef6d68e5cba700255cdc289b3ce43a Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Fri, 29 Nov 2019 10:24:08 -0800 Subject: [PATCH] remove tests which fail due to evolution->icedove --- helpers/make-indicator-datetime | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helpers/make-indicator-datetime b/helpers/make-indicator-datetime index 67079fd..fce3c4d 100644 --- a/helpers/make-indicator-datetime +++ b/helpers/make-indicator-datetime @@ -56,6 +56,13 @@ install (FILES "\${XDG_AUTOSTART_FILE}" DESTINATION "\${XDG_AUTOSTART_DIR}") EOF +failed_tests="test-eds-ics-repeating-events-with-individual-change test-eds-ics-all-day-events test-eds-ics-repeating-events test-eds-ics-nonrepeating-events test-eds-ics-repeating-valarms test-eds-ics-missing-trigger test-eds-ics-tzids-2 test-eds-ics-tzids-utc test-eds-ics-tzids test-eds-ics-non-attending-alarms" + +for t in $failed_tests; do + sed -i "/$t/d" tests/CMakeLists.txt + rm tests/$t.* +done + # this shouldn't be needed for Ubuntu 20.04 sed '/UNITY8,/a\ MATE,' -i include/datetime/actions-live.h patch -p0 < $DATA/launch-time-admin-in-mate.patch