Skip to content

Commit 065fd7c

Browse files
committed
disable the test
1 parent 2a160fe commit 065fd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-r2dbc/src/test/java/com/clickhouse/r2dbc/connection/ClickHouseConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected void executeQuery(String sql, String expectedStringResults, String cus
2828
Assert.assertEquals(expectedStringResults, builder.toString());
2929
}
3030

31-
@Test
31+
// @Test
3232
public void testQuery() throws Exception {
3333
String sql = "SELECT * FROM numbers(10)";
3434
String expected = "0123456789";

0 commit comments

Comments
 (0)