Mute ESTestCaseTests#testBasePortGradle
Tracked by #58279. Failed a few times a day since June 13th.
This commit is contained in:
parent
11086d5c7d
commit
49684463dd
|
@ -189,6 +189,7 @@ public class ESTestCaseTests extends ESTestCase {
|
||||||
assertThat(ESTestCase.TEST_WORKER_VM_ID, not(equals(ESTestCase.DEFAULT_TEST_WORKER_ID)));
|
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() {
|
public void testBasePortGradle() {
|
||||||
assumeTrue("requires running tests with Gradle", System.getProperty("tests.gradle") != null);
|
assumeTrue("requires running tests with Gradle", System.getProperty("tests.gradle") != null);
|
||||||
// Gradle worker IDs are 1 based
|
// Gradle worker IDs are 1 based
|
||||||
|
|
Loading…
Reference in New Issue