mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove bad code in test
This commit is contained in:
parent
523d155241
commit
19e888e287
1 changed files with 0 additions and 4 deletions
|
|
@ -126,10 +126,6 @@ public class ElasticsearchInterpreterTest {
|
|||
.get();
|
||||
}
|
||||
|
||||
try {
|
||||
Thread.sleep(3600000);
|
||||
} catch (final Exception e) {}
|
||||
|
||||
final Properties props = new Properties();
|
||||
props.put(ElasticsearchInterpreter.ELASTICSEARCH_HOST, ELS_HOST);
|
||||
props.put(ElasticsearchInterpreter.ELASTICSEARCH_CLUSTER_NAME, ELS_CLUSTER_NAME);
|
||||
|
|
|
|||
Loading…
Reference in a new issue