Mute SharedClusterSnapshotRestoreIT#testAbortedSnapshotDuringInitDoesNotStart (#38304)
This commit is contained in:
parent
ff13a43144
commit
15510da2af
|
@ -3637,6 +3637,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("org.elasticsearch.snapshots:TRACE")
|
@TestLogging("org.elasticsearch.snapshots:TRACE")
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38226")
|
||||||
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
|
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
|
||||||
final Client client = client();
|
final Client client = client();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue