From 198b01bfff1fe5f6e2861ce1f75a4da8cf1c9fa5 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sun, 24 May 2020 13:56:17 -0700 Subject: [PATCH] Remove purposeful test-breaking code now that Travis can run all tests --- .travis.yml | 2 +- features/core.feature | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b05c5af..5590ccef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - poetry run python --version script: - - poetry run behave --no-capture + - poetry run behave aliases: test_mac: &test_mac diff --git a/features/core.feature b/features/core.feature index 44defe94..e2c6786c 100644 --- a/features/core.feature +++ b/features/core.feature @@ -37,7 +37,6 @@ Feature: Basic reading and writing to a journal Given we use the config "editor.yaml" When we open the editor and enter nothing Then we should see the message "[Nothing saved to file]" - Then we should see the message "This test was hanging on Travis" Scenario: Sending an argument with spaces to the editor should work Given we use the config "editor-args.yaml" @@ -47,7 +46,6 @@ Feature: Basic reading and writing to a journal And one editor argument should be "-f" And one editor argument should be "-c" And one editor argument should match "'?setf markdown'?" - Then we should see the message "This test was hanging on Travis" Scenario: Writing an empty entry from the command line Given we use the config "basic.yaml"