Skip to content

Commit

Permalink
Disable Elasticsearch connector flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenxiao committed Sep 25, 2020
1 parent 8614ca5 commit 35f267d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public void testAlias()
"SELECT count(*) FROM orders");
}

@Test
@Test(enabled = false)
public void testMultiIndexAlias()
{
embeddedElasticsearchNode.getClient()
Expand Down

0 comments on commit 35f267d

Please sign in to comment.