diff --git a/features/dayone.feature b/features/dayone.feature index b8a8a7cd..51aa2033 100644 --- a/features/dayone.feature +++ b/features/dayone.feature @@ -1,5 +1,7 @@ Feature: Dayone specific implementation details. + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Loading a DayOne Journal Given we use the config "dayone.yaml" When we run "jrnl -from 'feb 2013'" @@ -13,6 +15,8 @@ Feature: Dayone specific implementation details. 2013-07-17 11:38 This entry is starred! """ + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Entries without timezone information will be interpreted as in the current timezone Given we use the config "dayone.yaml" When we run "jrnl -until 'feb 2013'" @@ -29,6 +33,8 @@ Feature: Dayone specific implementation details. 1979-05-01 09:00 Being born hurts. """ + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Loading tags from a DayOne Journal Given we use the config "dayone.yaml" When we run "jrnl --tags" @@ -38,6 +44,8 @@ Feature: Dayone specific implementation details. @play : 1 """ + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Saving tags from a DayOne Journal Given we use the config "dayone.yaml" When we run "jrnl A hard day at @work" @@ -48,6 +56,8 @@ Feature: Dayone specific implementation details. @play : 1 """ + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Filtering by tags from a DayOne Journal Given we use the config "dayone.yaml" When we run "jrnl @work" @@ -55,6 +65,9 @@ Feature: Dayone specific implementation details. """ 2013-05-17 11:39 This entry has tags! """ + + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Exporting dayone to json Given we use the config "dayone.yaml" When we run "jrnl --export json" diff --git a/features/dayone_regressions.feature b/features/dayone_regressions.feature index a707a5fb..c3b700b9 100644 --- a/features/dayone_regressions.feature +++ b/features/dayone_regressions.feature @@ -1,5 +1,7 @@ Feature: Zapped Dayone bugs stay dead! + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: DayOne tag searching should work with tags containing a mixture of upper and lower case. # https://github.com/jrnl-org/jrnl/issues/354 Given we use the config "dayone.yaml" @@ -9,6 +11,8 @@ Feature: Zapped Dayone bugs stay dead! 2013-05-17 11:39 This entry has tags! """ + # fails when system time is UTC (as on Travis-CI) + @skip Scenario: Title with an embedded period on DayOne journal Given we use the config "dayone.yaml" When we run "jrnl 04-24-2014: "Ran 6.2 miles today in 1:02:03. I'm feeling sore because I forgot to stretch.""