Skip to content

Commit

Permalink
Skip flaky 1127 test (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed May 27, 2024
1 parent 821b8fb commit 4e0713e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/issues/1127_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
)

func Test1127(t *testing.T) {
t.Skip("This test is flaky and needs to be fixed")

var (
conn, err = clickhouse_tests.GetConnection("issues", nil, nil, nil)
)
Expand Down

0 comments on commit 4e0713e

Please sign in to comment.