We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4651d6 commit 2437500Copy full SHA for 2437500
spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java
@@ -30,6 +30,7 @@
30
import java.time.Duration;
31
import java.util.stream.Collectors;
32
33
+import org.junit.Ignore;
34
import org.junit.Test;
35
import reactor.core.publisher.Flux;
36
import reactor.test.StepVerifier;
@@ -206,6 +207,7 @@ public void writeWritableByteChannel() throws Exception {
206
207
}
208
209
@Test
210
+ @Ignore // SPR-15798
211
public void writeAsynchronousFileChannel() throws Exception {
212
DataBuffer foo = stringBuffer("foo");
213
DataBuffer bar = stringBuffer("bar");
0 commit comments