From b6495a7b20385e13e46ff7ae95b22828099229a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 30 Oct 2023 14:22:43 +0100 Subject: Disable the iCalendar format tests for the time being. --- tests/unit/formats/run.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/unit/formats/run.scm b/tests/unit/formats/run.scm index 7c3e8edd..775a1cdc 100644 --- a/tests/unit/formats/run.scm +++ b/tests/unit/formats/run.scm @@ -91,6 +91,11 @@ ;;; to ensure that all implementations are compatible. ;;; However, reflowing data for better diffs is acceptable. +;;; TODO remove this. +;;; iCalendar disabled since the internal vcomponent format isn't yet +;;; fully defined. +(test-skip "iCalendar") + (test-group "iCalendar" (run-test "iCalendar" "target.ics" -- cgit v1.2.3