Skip to content

Commit

Permalink
AwaitsFix testAbortedSnapshotDuringInitDoesNotStart (#38227)
Browse files Browse the repository at this point in the history
Tracked at #38226
  • Loading branch information
dnhatn committed Feb 1, 2019
1 parent bae656d commit 9c39dea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3637,6 +3637,7 @@ public void testParallelRestoreOperationsFromSingleSnapshot() throws Exception {
}

@TestLogging("org.elasticsearch.snapshots:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38226")
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
final Client client = client();

Expand Down

0 comments on commit 9c39dea

Please sign in to comment.