Skip to content

Commit

Permalink
test(storage): skip direct connectivity test (#11129)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennaEpp authored Nov 13, 2024
1 parent 60c2323 commit 8e8fb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ var readCases = []readCase{
}

func TestIntegration_DetectDirectConnectivity(t *testing.T) {
t.Skip("direct connectivity not yet available for CI")
ctx := skipHTTP("direct connectivity isn't available for json")
multiTransportTest(ctx, t, func(t *testing.T, ctx context.Context, bucket string, prefix string, client *Client) {
h := testHelper{t}
Expand Down

0 comments on commit 8e8fb5d

Please sign in to comment.