AwaitsFix for #60814
This commit is contained in:
parent
05b2a2db8b
commit
273a6f916d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue