diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4c0cee46..b7d00670ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,11 +175,12 @@ jobs: with: main-branch-name: 'master' - - name: Run E2E Tests for macOS - run: | - HAS_CHANGED=$(node ./scripts/check-react-native-changes.js $NX_BASE $NX_HEAD); - if $HAS_CHANGED; then - pnpm nx affected -t e2e-macos-local --parallel=1 --base=$NX_BASE --head=$NX_HEAD - else - echo "Skip E2E tests for macOS as there are no changes in React Native projects." - fi +## TODO(nicholas): Uncomment when we have a working setup that passes on MacOS and Linux + # - name: Run E2E Tests for macOS + # run: | + # HAS_CHANGED=$(node ./scripts/check-react-native-changes.js $NX_BASE $NX_HEAD); + # if $HAS_CHANGED; then + # pnpm nx affected -t e2e-macos-local --parallel=1 --base=$NX_BASE --head=$NX_HEAD + # else + # echo "Skip E2E tests for macOS as there are no changes in React Native projects." + # fi