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 authored Feb 2, 2019
1 parent cca86ea commit 1c845d6
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 1c845d6

Please sign in to comment.