Skip to content

Commit

Permalink
Test: add empty test to PainlessDomainSplitIT
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jaymode authored and kcm committed Oct 30, 2018
1 parent 868de0c commit 5985409
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ static class TestConfiguration {
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()
Expand Down

0 comments on commit 5985409

Please sign in to comment.