Skip to content

Commit

Permalink
storage: skip TestIntegration_RequesterPays
Browse files Browse the repository at this point in the history
This test has been flaking frequently; there is an issue open to
fix.

Updates #1753

Change-Id: I6210b67a154ea77085003846e04f7e36c28b07cc
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/51210
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>
  • Loading branch information
tritone authored and hongalex committed Jan 30, 2020
1 parent bd1e6ab commit 30f6efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,8 @@ func TestIntegration_RequesterPays(t *testing.T) {
// - (1b) must have serviceusage.services.use permission (Editor role) on (3b).
// - (1b) must NOT have that permission on (3a).
// - (1a) must NOT have that permission on (3b).

t.Skip("https://github.com/googleapis/google-cloud-go/issues/1753")
const wantErrorCode = 400

ctx := context.Background()
Expand Down

0 comments on commit 30f6efe

Please sign in to comment.