Skip to content

Commit

Permalink
Disable testCustomLoad for cli-client
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Jun 26, 2022
1 parent e86d45e commit b904a6b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ protected ClickHouseNode getServer() {
return super.getServer();
}

@Test(groups = { "integration" })
@Override
public void testCustomLoad() throws Exception {
throw new SkipException("Skip due to time out error");
}

@Test(groups = { "integration" })
@Override
public void testLoadRawData() throws Exception {
Expand Down

0 comments on commit b904a6b

Please sign in to comment.