mute test testReadRangeBlobWithRetries (#55507) (#55508)

This commit is contained in:
Ignacio Vera 2020-04-21 10:59:35 +02:00 committed by GitHub
parent c012897667
commit 4783f1894c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -400,4 +400,10 @@ public class GoogleCloudStorageBlobContainerRetriesTests extends AbstractBlobCon
}
};
}
@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55505")
public void testReadRangeBlobWithRetries() throws Exception {
}
}