This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
core-client/src/test/java/org/glassfish/jersey/client Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6060import org .glassfish .jersey .internal .spi .AutoDiscoverable ;
6161import org .glassfish .jersey .internal .util .PropertiesHelper ;
6262
63+ import org .junit .Ignore ;
6364import org .junit .Test ;
6465import static org .junit .Assert .assertEquals ;
6566import static org .junit .Assert .assertFalse ;
@@ -194,6 +195,7 @@ public void testAutoDiscoverableGlobalEnabledServerDisabled() throws Exception {
194195 * {@link javax.ws.rs.core.Feature} will be notified when {@link javax.ws.rs.client.Client#close()} is invoked.
195196 */
196197 @ Test
198+ @ Ignore ("intermittent failures." )
197199 public void testAutoDiscoverableClosing () {
198200 final ClientConfig config = new ClientConfig ();
199201 config .property (PROPERTY , true );
Original file line number Diff line number Diff line change 5252import static org .hamcrest .number .OrderingComparison .lessThan ;
5353import static org .junit .Assert .assertThat ;
5454
55+ import org .junit .Ignore ;
5556import org .junit .Test ;
5657
5758/**
@@ -66,6 +67,7 @@ public class ShutdownHookLeakTest {
6667
6768 @ SuppressWarnings ("unchecked" )
6869 @ Test
70+ @ Ignore ("intermittent failures." )
6971 public void testShutdownHookDoesNotLeak () throws Exception {
7072 final Client client = ClientBuilder .newClient ();
7173 final WebTarget target = client .target ("http://example.com" );
You can’t perform that action at this time.
0 commit comments