Ignore DataBufferUtilsTests#writeAsynchronousFileChannel
Issue: SPR-15798
This commit is contained in:
parent
e4651d6b50
commit
2437500cfe
|
@ -30,6 +30,7 @@ import java.nio.file.StandardOpenOption;
|
||||||
import java.time.Duration;
|
import java.time.Duration;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import reactor.core.publisher.Flux;
|
import reactor.core.publisher.Flux;
|
||||||
import reactor.test.StepVerifier;
|
import reactor.test.StepVerifier;
|
||||||
|
@ -206,6 +207,7 @@ public class DataBufferUtilsTests extends AbstractDataBufferAllocatingTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore // SPR-15798
|
||||||
public void writeAsynchronousFileChannel() throws Exception {
|
public void writeAsynchronousFileChannel() throws Exception {
|
||||||
DataBuffer foo = stringBuffer("foo");
|
DataBuffer foo = stringBuffer("foo");
|
||||||
DataBuffer bar = stringBuffer("bar");
|
DataBuffer bar = stringBuffer("bar");
|
||||||
|
|
Loading…
Reference in New Issue