AwaitsFix for #60814

This commit is contained in:
David Turner 2020-08-06 12:54:25 +01:00
parent 05b2a2db8b
commit 273a6f916d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import java.io.IOException;
public class CompressibleBytesOutputStreamTests extends ESTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60814")
public void testStreamWithoutCompression() throws IOException {
BytesStream bStream = new ZeroOutOnCloseStream();
CompressibleBytesOutputStream stream = new CompressibleBytesOutputStream(bStream, false);