Test: add empty test to PainlessDomainSplitIT

All of the tests in PainlessDomainSplitIT have an awaitsfix, which
causes the build to fail since no tests are run. This adds an empty
test to get the build going again.

Relates #34683
Relates #32966
This commit is contained in:
jaymode 2018-10-22 14:01:44 -06:00
parent f854330e06
commit ae1e46b852
No known key found for this signature in database
GPG Key ID: D859847567B3493D
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ public class PainlessDomainSplitIT extends ESRestTestCase {
tests.add(new TestConfiguration(null, "shishi.xn--fiqs8s","shishi.xn--fiqs8s"));
}
public void testEmptyToLetBuildPass() {
// remove this once one of the awaitsfixes are removed!!
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34683")
public void testIsolated() throws Exception {
Settings.Builder settings = Settings.builder()