From b12203d2d2cfcd7f7868eb8e5bde1c7fa48e12b7 Mon Sep 17 00:00:00 2001 From: Elias Müller Date: Sat, 9 Jul 2022 19:19:34 +0200 Subject: Skip unreliable test in CI --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5dfcb58..e262bba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,8 @@ jobs: name: 'Python' env: DISPLAY: :0 + PY_MPV_SKIP_TESTS: >- + test_wait_for_property_event_overflow steps: - uses: actions/checkout@v2 - name: 'Install Python' -- cgit