Skip to content

Commit

Permalink
Disable TestPyPIArtifactsLive temporarily until #417 is fixed.
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown committed Jan 15, 2024
1 parent fd20c51 commit 8d11c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: '1.20'

- name: Run tests
run: go test -v ./...
run: go test -v -skip TestPyPIArtifactsLive ./...

build-verify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d11c68

Please sign in to comment.