8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
Reviewed-by: alanb
This commit is contained in:
parent
22795d4108
commit
1be87a5f55
@ -26,7 +26,7 @@
|
||||
* @summary Stress test connections through the loopback interface
|
||||
* @run main StressLoopback
|
||||
* @run main/othervm -Djdk.net.useFastTcpLoopback StressLoopback
|
||||
* @key randomness intermittent
|
||||
* @key randomness
|
||||
*/
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
/* @test
|
||||
* @bug 4638365
|
||||
* @key intermittent
|
||||
* @summary Test FileChannel.transferFrom and transferTo for 4GB files
|
||||
* @run testng/timeout=300 Transfer4GBFile
|
||||
*/
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
/* @test
|
||||
* @bug 6253145
|
||||
* @key intermittent
|
||||
* @summary Test FileChannel.transferTo with file positions up to 8GB
|
||||
* @run testng/timeout=300 TransferTo6GBFile
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user