Skip to content

Commit 8e8fb5d

Browse files
authored
test(storage): skip direct connectivity test (#11129)
1 parent 60c2323 commit 8e8fb5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ var readCases = []readCase{
327327
}
328328

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

0 commit comments

Comments
 (0)