remove tests which fail due to evolution->icedove

This commit is contained in:
Mason Hock 2019-11-29 10:24:08 -08:00
parent 467541eff9
commit aa27790401

View file

@ -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