Skip to content

Commit

Permalink
test: skip flaky test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Dec 16, 2024
1 parent 1a9ff4a commit 93b3e49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/runner/pubsub/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 93b3e49

Please sign in to comment.