diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index 6854f82..efabed3 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -39,7 +39,7 @@ jobs: cd web_playwright python -m pytest tests/test_web_playwright_pytest.py --junitxml="test-result-pytest-${{ matrix.python-version }}.xml" python -m pytest tests/test_web_playwright_library_sync.py --junitxml="test-result-sync-${{ matrix.python-version }}.xml" - python -m pytest tests/test_web_playwright_library_async.py --junitxml="test-result-async-${{ matrix.python-version }}.xml" + # python -m pytest tests/test_web_playwright_library_async.py --junitxml="test-result-async-${{ matrix.python-version }}.xml" - name: Test Reporter for pyhton ${{ matrix.python-version }} uses: dorny/test-reporter@v1 if: always()