File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client-v2/src/test/java/com/clickhouse/client/insert Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class InsertTests extends BaseIntegrationTest {
1919 private Client client ;
2020 private InsertSettings settings ;
2121
22- @ BeforeMethod (groups = { "unit " }, enabled = true )
22+ @ BeforeMethod (groups = { "integration " }, enabled = true )
2323 public void setUp () {
2424 ClickHouseNode node = getServer (ClickHouseProtocol .HTTP );
2525 client = new Client .Builder ()
@@ -40,7 +40,7 @@ private void createTable(String tableQuery) throws ClickHouseException {
4040 }
4141 }
4242
43- @ Test (groups = { "unit " }, enabled = true )
43+ @ Test (groups = { "integration " }, enabled = true )
4444 public void insertSimplePOJOs () throws ClickHouseException , ClientException , IOException {
4545 String tableName = "simple_pojo_table" ;
4646 String createSQL = SamplePOJO .generateTableCreateSQL (tableName );
You can’t perform that action at this time.
0 commit comments