Skip to content

Commit

Permalink
Disable rc.d tests until we have time to investigate the faulty envir…
Browse files Browse the repository at this point in the history
…onment
  • Loading branch information
chipsenkbeil committed Feb 20, 2024
1 parent c79c98c commit 2f8934c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
run: |
${{ matrix.elevated }} rustup default stable
${{ matrix.elevated }} cargo test -p system-tests ${{ matrix.test }} -- --nocapture
# NOTE: This is disabled via `if: false` due to failures related to the test environment.
test-freebsd:
name: "Test Rust stable for ${{ matrix.test }} w/ ${{ matrix.manager }} (FreeBSD)"
runs-on: macos-12
if: false
env:
IGNORE_OSVERSION: yes
strategy:
Expand Down

0 comments on commit 2f8934c

Please sign in to comment.