Skip to content

Commit 2437500

Browse files
committed
Ignore DataBufferUtilsTests#writeAsynchronousFileChannel
Issue: SPR-15798
1 parent e4651d6 commit 2437500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import java.time.Duration;
3131
import java.util.stream.Collectors;
3232

33+
import org.junit.Ignore;
3334
import org.junit.Test;
3435
import reactor.core.publisher.Flux;
3536
import reactor.test.StepVerifier;
@@ -206,6 +207,7 @@ public void writeWritableByteChannel() throws Exception {
206207
}
207208

208209
@Test
210+
@Ignore // SPR-15798
209211
public void writeAsynchronousFileChannel() throws Exception {
210212
DataBuffer foo = stringBuffer("foo");
211213
DataBuffer bar = stringBuffer("bar");

0 commit comments

Comments
 (0)