diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index e6f872535100..ae86f36b6872 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,6 +23,10 @@ jobs: with: node-version: ${{ matrix.node-version }} + # For network flakiness. See https://github.com/vercel/next.js/pull/28264 + - name: Tune linux network + run: sudo ethtool -K eth0 tx off rx off + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"