8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java

Reviewed-by: alanb
This commit is contained in:
Amy Lu 2017-07-05 08:30:36 +08:00
parent 22795d4108
commit 1be87a5f55
3 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -23,7 +23,6 @@
/* @test
* @bug 4638365
* @key intermittent
* @summary Test FileChannel.transferFrom and transferTo for 4GB files
* @run testng/timeout=300 Transfer4GBFile
*/

View File

@ -23,7 +23,6 @@
/* @test
* @bug 6253145
* @key intermittent
* @summary Test FileChannel.transferTo with file positions up to 8GB
* @run testng/timeout=300 TransferTo6GBFile
*/