diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c3b8c971ea2f..dd127cfc9c23 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -222,7 +222,7 @@ jobs: run: ./../test_superlink.sh "${{ matrix.directory }}" # - name: Run driver test with REST # if: ${{ matrix.directory == 'e2e-bare' }} - run: ./../test_superlink.sh bare rest + # run: ./../test_superlink.sh bare rest - name: Run driver test with SQLite database if: ${{ matrix.directory == 'e2e-bare' }} run: ./../test_superlink.sh bare sqlite