Skip to content

Commit

Permalink
chore: Ignore HttpJson ServiceManagement tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Nov 30, 2023
1 parent 32f6943 commit 93fdeb2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ public void generateConfigReportExceptionTest() throws Exception {
}
}

@Ignore
@Test
public void setIamPolicyTest() throws Exception {
Policy expectedResponse =
Expand Down Expand Up @@ -859,6 +860,7 @@ public void setIamPolicyTest() throws Exception {
.matches());
}

@Ignore
@Test
public void setIamPolicyExceptionTest() throws Exception {
ApiException exception =
Expand All @@ -880,6 +882,7 @@ public void setIamPolicyExceptionTest() throws Exception {
}
}

@Ignore
@Test
public void getIamPolicyTest() throws Exception {
Policy expectedResponse =
Expand Down Expand Up @@ -915,6 +918,7 @@ public void getIamPolicyTest() throws Exception {
.matches());
}

@Ignore
@Test
public void getIamPolicyExceptionTest() throws Exception {
ApiException exception =
Expand All @@ -935,6 +939,7 @@ public void getIamPolicyExceptionTest() throws Exception {
}
}

@Ignore
@Test
public void testIamPermissionsTest() throws Exception {
TestIamPermissionsResponse expectedResponse =
Expand Down Expand Up @@ -965,6 +970,7 @@ public void testIamPermissionsTest() throws Exception {
.matches());
}

@Ignore
@Test
public void testIamPermissionsExceptionTest() throws Exception {
ApiException exception =
Expand Down

0 comments on commit 93fdeb2

Please sign in to comment.