From 94eb02b5e8be35960dd1f5fc1d63efa7d929d314 Mon Sep 17 00:00:00 2001 From: Roy Jacobson Date: Thu, 28 Sep 2023 11:29:00 +0300 Subject: [PATCH] temp disable test --- .github/actions/regression-tests/action.yml | 2 +- .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/regression-tests/action.yml b/.github/actions/regression-tests/action.yml index fb80ff8b7339..c7d635351a75 100644 --- a/.github/actions/regression-tests/action.yml +++ b/.github/actions/regression-tests/action.yml @@ -36,7 +36,7 @@ runs: export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/${{inputs.build-folder-name}}/${{inputs.dfly-executable}}" export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 # to crash on errors - pytest -m "${{inputs.filter}}" --json-report --json-report-file=report.json -svr dragonfly --ignore=dragonfly/replication_test.py + pytest -m "${{inputs.filter}}" --json-report --json-report-file=report.json -svr dragonfly --ignore=dragonfly/replication_test.py -k - name: Run PyTests replication test if: ${{ inputs.run-only-on-ubuntu-latest == 'false' || matrix.runner == 'ubuntu-latest' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb6a47c2ecf8..022b83722935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: ${SCCACHE_PATH} --show-stats | tee $GITHUB_STEP_SUMMARY - name: C++ Unit Tests + if: ${{ false }} run: | cd ${GITHUB_WORKSPACE}/build echo Run ctest -V -L DFLY