Skip to content

Commit af39539

Browse files
authored
test(storage/dataflux): skip flaky test (#13490)
This PR skips a problematic test. Related: #12066
1 parent 0e9a8d6 commit af39539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/dataflux/integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func TestIntegration_NextBatch_All(t *testing.T) {
104104
//
105105
// large number of files.
106106
func TestIntegration_NextBatch(t *testing.T) {
107+
t.Skip("flaky - https://github.com/googleapis/google-cloud-go/issues/12066")
107108
// Accessing public bucket to list large number of files in batches.
108109
// See https://cloud.google.com/storage/docs/public-datasets/landsat.
109110
if testing.Short() {

0 commit comments

Comments
 (0)