From 1c99ea23d1784323f1413403d44a88af73ea091e Mon Sep 17 00:00:00 2001 From: Valentin Balaschenko <13349202+vlntb@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:58:29 +0100 Subject: [PATCH] Temporary disable automatic triggering macOS pipeline (#5397) We temporarily disable running unit tests on macOS on the CI pipeline while we are investigating the delays. --- .github/workflows/macos.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 566e3550e0..955441da0a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -87,8 +87,9 @@ jobs: generator: ${{ matrix.generator }} configuration: ${{ matrix.configuration }} cmake-args: "-Dassert=TRUE -Dwerr=TRUE ${{ matrix.cmake-args }}" - - name: test - run: | - n=$(nproc) - echo "Using $n test jobs" - ${build_dir}/rippled --unittest --unittest-jobs $n + # TODO: Temporary disabled tests + # - name: test + # run: | + # n=$(nproc) + # echo "Using $n test jobs" + # ${build_dir}/rippled --unittest --unittest-jobs $n