Skip to content

Commit

Permalink
Disable the NATS tests temporarily again (#4555)
Browse files Browse the repository at this point in the history
While introducing the NATS driver is a gret idea and will allow us to
scale better, the tests are still a bit flaky and require us to
reschedule our CI tests quite often.

Let's disable them temporarily

Related: #4542
  • Loading branch information
jhrozek authored Sep 20, 2024
1 parent bd6e865 commit 6a3bef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/events/nats/natschannel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ import (
)

func TestNatsChannel(t *testing.T) {
t.Skip("Skipping test that is failing in CI") // https://github.com/stacklok/minder/issues/4542

t.Parallel()
server := natsserver.RunRandClientPortServer()
if err := server.EnableJetStream(nil); err != nil {
Expand Down

0 comments on commit 6a3bef1

Please sign in to comment.