diff --git a/backend/runner/pubsub/integration_test.go b/backend/runner/pubsub/integration_test.go index a7bfdaf95..eeba87856 100644 --- a/backend/runner/pubsub/integration_test.go +++ b/backend/runner/pubsub/integration_test.go @@ -8,15 +8,16 @@ import ( "time" "connectrpc.com/connect" + "github.com/alecthomas/assert/v2" + "github.com/alecthomas/types/optional" timelinepb "github.com/block/ftl/backend/protos/xyz/block/ftl/timeline/v1" "github.com/block/ftl/common/slices" in "github.com/block/ftl/internal/integration" "github.com/block/ftl/internal/model" - "github.com/alecthomas/assert/v2" - "github.com/alecthomas/types/optional" ) func TestPubSub(t *testing.T) { + t.Skip("Skipping flaky test") calls := 20 events := calls * 10 in.Run(t,