Browse Source

AwaitsFix for #60814

David Turner 5 years ago
parent
commit
807b0fef9e

+ 1 - 0
server/src/test/java/org/elasticsearch/transport/CompressibleBytesOutputStreamTests.java

@@ -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);