Skip to content

Commit

Permalink
Disable flakey test. (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Jul 15, 2019
1 parent a0cc90a commit 4eca419
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public void testFlowableResponseLongBodyAsByteArrayAsync() {
checkBodyReceived(LONG_BODY, "/long");
}


@Test
public void testMultipleSubscriptionsEmitsError() {
HttpResponse response = getResponse("/short");
Expand All @@ -94,8 +93,6 @@ public void testDispose() throws InterruptedException {
Assert.assertTrue(response.internConnection().isDisposed());
}



@Test
public void testCancel() {
HttpResponse response = getResponse("/long");
Expand Down Expand Up @@ -217,6 +214,7 @@ public void testServerShutsDownSocketShouldPushErrorToContentFlowable()
}
}

@Ignore("This flakey test fails often on MacOS. https://github.com/Azure/azure-sdk-for-java/issues/4357.")
@Test
public void testConcurrentRequests() throws NoSuchAlgorithmException {
long t = System.currentTimeMillis();
Expand Down

0 comments on commit 4eca419

Please sign in to comment.