mirror of https://github.com/apache/druid.git
ITHttpInputSourceTest instability blocking the development pipeline (#11749)
This commit is contained in:
parent
c641657bae
commit
988623b7ae
|
@ -36,7 +36,8 @@ public class ITHttpInputSourceTest extends AbstractITBatchIndexTest
|
|||
private static final String INDEX_TASK = "/indexer/wikipedia_http_inputsource_task.json";
|
||||
private static final String INDEX_QUERIES_RESOURCE = "/indexer/wikipedia_http_inputsource_queries.json";
|
||||
|
||||
@Test
|
||||
// Ignore while we debug...
|
||||
@Test(enabled = false)
|
||||
public void doTest() throws IOException
|
||||
{
|
||||
final String indexDatasource = "wikipedia_http_inputsource_test_" + UUID.randomUUID();
|
||||
|
|
Loading…
Reference in New Issue