Skip to content

Commit e0a6886

Browse files
committed
Skip flaky 1127 test
1 parent 821b8fb commit e0a6886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/issues/1127_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import (
1212
)
1313

1414
func Test1127(t *testing.T) {
15+
t.Skip("This test is flaky and needs to be fixed")
16+
1517
var (
1618
conn, err = clickhouse_tests.GetConnection("issues", nil, nil, nil)
1719
)

0 commit comments

Comments
 (0)