diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71b677981..76bb1325e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,8 @@ jobs: PREVIEW_STORAGE_KEY: ${{ secrets.PREVIEW_STORAGE_KEY }} endtoendemulator: name: "End To End Emulator Tests" - if: github.ref == 'refs/heads/master' || contains(github.ref, 'hotfix/') || contains(github.ref, 'release/') + # Temporarily disabled. This test needs to be rewritten in playwright + if: false runs-on: windows-latest steps: - uses: actions/checkout@v2