Skip to content

Commit

Permalink
Skip Kafka integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Mar 14, 2024
1 parent b749d46 commit d0cd763
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions component/amqp/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const (
)

func TestRun(t *testing.T) {
// TODO: fix flaky test
t.Skip("skipping integration test")
require.NoError(t, createQueue())
t.Cleanup(func() { mtr.Reset() })

Expand Down

0 comments on commit d0cd763

Please sign in to comment.