diff --git a/.github/workflows/mononoke-integration_mac.yml b/.github/workflows/mononoke-integration_mac.yml index 6bc7f5c79e88a..57fb0bafbaf41 100644 --- a/.github/workflows/mononoke-integration_mac.yml +++ b/.github/workflows/mononoke-integration_mac.yml @@ -27,6 +27,9 @@ jobs: uses: actions/setup-python@v2 with: python-version: '2.7' + - name: Install Brew dependencies + run: | + brew install bash coreutils curl-openssl gnu-sed grep jq - name: Install system deps run: sudo python3 build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive eden_scm - name: Build eden_scm dependencies @@ -69,9 +72,6 @@ jobs: run: | python -m pip install --upgrade pip pip install click - - name: Install Brew dependencies - run: | - brew install bash coreutils curl-openssl gnu-sed grep jq - name: Check space run: df -h - name: Run Monononke integration tests diff --git a/eden/mononoke/tests/integration/run_tests_getdeps.py b/eden/mononoke/tests/integration/run_tests_getdeps.py index c131945c8591c..950ed5bce2c15 100755 --- a/eden/mononoke/tests/integration/run_tests_getdeps.py +++ b/eden/mononoke/tests/integration/run_tests_getdeps.py @@ -108,7 +108,9 @@ "test-mononoke-hg-sync-job-generate-bundles-lfs-verification.t", # Timed out "test-mononoke-hg-sync-job-generate-bundles-lfs.t", # Timed out "test-push-protocol-lfs.t", # Timed out + "test-redaction.t", # This test is temporary broken "test-remotefilelog-lfs.t", # Timed out + "test-remotefilelog-lfs-client-certs.t", # Returns different data in OSS "test-scs-blame.t", # Missing SCS_SERVER "test-scs-common-base.t", # Missing SCS_SERVER "test-scs-diff.t", # Missing SCS_SERVER