We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9a8d6 commit af39539Copy full SHA for af39539
storage/dataflux/integration_test.go
@@ -104,6 +104,7 @@ func TestIntegration_NextBatch_All(t *testing.T) {
104
//
105
// large number of files.
106
func TestIntegration_NextBatch(t *testing.T) {
107
+ t.Skip("flaky - https://github.com/googleapis/google-cloud-go/issues/12066")
108
// Accessing public bucket to list large number of files in batches.
109
// See https://cloud.google.com/storage/docs/public-datasets/landsat.
110
if testing.Short() {
0 commit comments