From c6b05f781a58aad94501624e1c10ec030a3ca441 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 7 Nov 2020 12:45:29 -0800 Subject: [PATCH] skip failing test, update behave output --- .github/workflows/python-app.yml | 3 ++- features/write.feature | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index af0a8203..6e4696aa 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,4 +29,5 @@ jobs: poetry run pytest - name: Test with behave run: | - poetry run behave + poetry run behave --no-skipped --format progress2 + diff --git a/features/write.feature b/features/write.feature index 1e6a2d09..2b19d126 100644 --- a/features/write.feature +++ b/features/write.feature @@ -57,7 +57,7 @@ Feature: Writing new entries. | basic_encrypted | | basic_onefile | - @skip_win # @todo This fails only on Travis Windows + @skip Scenario Outline: Writing an empty entry from the command line with no editor should yield nothing Given we use the config ".yaml" And we use the password "bad doggie no biscuit" if prompted