8183989: Mark java/nio/channels/DatagramChannel/Disconnect.java as intermittently failing

Reviewed-by: psandoz
This commit is contained in:
Amy Lu 2017-07-10 14:56:31 +08:00
parent 13a22e7966
commit 1704b7e0ce

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -23,6 +23,7 @@
/* @test
* @bug 7132924
* @key intermittent
* @summary Test DatagramChannel.disconnect when DatagramChannel is connected to an IPv4 socket
* @run main Disconnect
* @run main/othervm -Djava.net.preferIPv4Stack=true Disconnect