From 79a1dfc6208b0f021dc77cfecea6ad642fb52eaf Mon Sep 17 00:00:00 2001 From: Gabriel Mariano Marcelino Date: Mon, 23 May 2022 08:57:42 -0300 Subject: [PATCH] Temporally disabling the execution of the log unit test in github actions #34 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dba2c7..11722d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,6 @@ jobs: - name: Execute the tests run: | - Xvfb :1 & - export DISPLAY=:1 - pytest-3 -k 'not log' tests/ + Xvfb :1 & + export DISPLAY=:1 + pytest-3 --ignore=tests/test_log.py tests/