From 4702e6c772f86c25ab6e88e3dbf9b87dd70023c1 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 17 Oct 2020 13:02:43 -0700 Subject: [PATCH] Skip failing YAML exporter emoji test on Windows --- features/format.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/format.feature b/features/format.feature index 27a33e86..e689a9f3 100644 --- a/features/format.feature +++ b/features/format.feature @@ -441,6 +441,7 @@ Feature: Custom formats | basic_folder | # | basic_dayone | + @skip_win # @todo YAML exporter does not correctly export emoji on Windows Scenario Outline: Add a blank line to YAML export if there isn't one already # https://github.com/jrnl-org/jrnl/issues/768 # https://github.com/jrnl-org/jrnl/issues/881