Skip to content

Commit

Permalink
test(storage): skip dataflux emulator test (#11222)
Browse files Browse the repository at this point in the history
This test seems to be hanging occasionally in the CI. More
investigation is needed for a fix. The underlying code is
still in preview.

Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
  • Loading branch information
tritone and gcf-merge-on-green[bot] authored Dec 4, 2024
1 parent b2b05e4 commit f82fffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/dataflux/worksteal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
)

func TestWorkstealListingEmulated(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/11205")
transportClientTest(context.Background(), t, func(t *testing.T, ctx context.Context, project, bucket string, client *storage.Client) {

attrs := &storage.BucketAttrs{
Expand Down

0 comments on commit f82fffd

Please sign in to comment.