Mute ESTestCaseTests#testBasePortGradle

Tracked by #58279. Failed a few times a day since June 13th.
This commit is contained in:
Nik Everett 2020-06-17 13:43:40 -04:00 committed by William Brafford
parent 11086d5c7d
commit 49684463dd
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class ESTestCaseTests extends ESTestCase {
assertThat(ESTestCase.TEST_WORKER_VM_ID, not(equals(ESTestCase.DEFAULT_TEST_WORKER_ID)));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58279")
public void testBasePortGradle() {
assumeTrue("requires running tests with Gradle", System.getProperty("tests.gradle") != null);
// Gradle worker IDs are 1 based