mute SourceDestValidatorTests.testRemoteSourceDoesNotExist
This commit is contained in:
parent
5f37f1f401
commit
40bce49a7f
|
@ -706,6 +706,7 @@ public class SourceDestValidatorTests extends ESTestCase {
|
||||||
}, null);
|
}, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50420")
|
||||||
public void testRemoteSourceDoesNotExist() throws InterruptedException {
|
public void testRemoteSourceDoesNotExist() throws InterruptedException {
|
||||||
Context context = spy(
|
Context context = spy(
|
||||||
new SourceDestValidator.Context(
|
new SourceDestValidator.Context(
|
||||||
|
|
Loading…
Reference in New Issue