From d8bc98307985b6db284e75e85ec5c7af87748c81 Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Wed, 27 Nov 2024 20:23:48 -0800 Subject: [PATCH] test(storage/dataflux): skip flaky tests (#11201) Skipping for now to unblock CI. Issues should be resolved and tests unskipped. --- storage/dataflux/integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/dataflux/integration_test.go b/storage/dataflux/integration_test.go index 2fa492c4b26e..2bb04c4566cb 100644 --- a/storage/dataflux/integration_test.go +++ b/storage/dataflux/integration_test.go @@ -70,6 +70,7 @@ func TestMain(m *testing.M) { // Lists the all the objects in the bucket. func TestIntegration_NextBatch_All(t *testing.T) { + t.Skip("#11198") if testing.Short() { t.Skip("Integration tests skipped in short mode") } @@ -96,6 +97,7 @@ func TestIntegration_NextBatch_All(t *testing.T) { } func TestIntegration_NextBatch(t *testing.T) { + t.Skip("#11196") // Accessing public bucket to list large number of files in batches. // See https://cloud.google.com/storage/docs/public-datasets/landsat if testing.Short() {