Skip to content

Commit

Permalink
CBG-4177: remove no xattr CI tests (#7074)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 authored and bbrks committed Dec 5, 2024
1 parent 46f4fec commit c46bf7b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,25 +134,6 @@ jobs:
with:
test-results: test.json

test-no-xattrs:
runs-on: ubuntu-latest
env:
GOPRIVATE: github.com/couchbaselabs
SG_TEST_USE_XATTRS: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.3
- name: Run Tests
run: go test -tags cb_sg_devmode -shuffle=on -timeout=30m -count=1 -json -v "./..." | tee test.json | jq -s -jr 'sort_by(.Package,.Time) | .[].Output | select (. != null )'
shell: bash
- name: Annotate Failures
if: always()
uses: guyarb/golang-test-annotations@v0.8.0
with:
test-results: test.json

python-format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c46bf7b

Please sign in to comment.