From 5e4857a19a5070df60a253768549ef1818b3cd6a Mon Sep 17 00:00:00 2001 From: BrennaEpp Date: Wed, 27 Nov 2024 14:56:10 -0800 Subject: [PATCH] test(storage/dataflux): skip flaky tests 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() {