Skip to content

Commit

Permalink
add Ignore annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Oct 28, 2024
1 parent c2ee290 commit 02625dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void tearDown() throws Exception {
mockService.reset();
}

@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
@Test
public void listConnectivityTestsTest() throws Exception {
ConnectivityTest responsesElement = ConnectivityTest.newBuilder().build();
Expand Down Expand Up @@ -311,6 +312,7 @@ public void getConnectivityTestExceptionTest2() throws Exception {
}
}

@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
@Test
public void createConnectivityTestTest() throws Exception {
ConnectivityTest expectedResponse =
Expand Down

0 comments on commit 02625dd

Please sign in to comment.