Skip to content

Commit

Permalink
pgqueue: temporarily disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Mar 23, 2023
1 parent 718b124 commit 89caace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ func TestValidationErrors(t *testing.T) {
}

func TestWatchNextErrors(t *testing.T) {
t.Skip("flaky test")
client, err := Open(dsn, DisableAutoVacuum())
if err != nil {
t.Fatal("cannot open database connection:", err)
Expand Down

0 comments on commit 89caace

Please sign in to comment.