Skip to content

Commit 053c03d

Browse files
committed
add Ignore annotation
1 parent ad0fe69 commit 053c03d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

java-network-management/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1/VpcFlowLogsServiceClientHttpJsonTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import org.junit.Assert;
6161
import org.junit.Before;
6262
import org.junit.BeforeClass;
63+
import org.junit.Ignore;
6364
import org.junit.Test;
6465

6566
@Generated("by gapic-generator-java")
@@ -147,6 +148,7 @@ public void listVpcFlowLogsConfigsExceptionTest() throws Exception {
147148
}
148149
}
149150

151+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
150152
@Test
151153
public void listVpcFlowLogsConfigsTest2() throws Exception {
152154
VpcFlowLogsConfig responsesElement = VpcFlowLogsConfig.newBuilder().build();
@@ -435,6 +437,7 @@ public void createVpcFlowLogsConfigExceptionTest2() throws Exception {
435437
}
436438
}
437439

440+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
438441
@Test
439442
public void createVpcFlowLogsConfigTest3() throws Exception {
440443
VpcFlowLogsConfig expectedResponse =
@@ -500,6 +503,7 @@ public void createVpcFlowLogsConfigExceptionTest3() throws Exception {
500503
}
501504
}
502505

506+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
503507
@Test
504508
public void createVpcFlowLogsConfigTest4() throws Exception {
505509
VpcFlowLogsConfig expectedResponse =

0 commit comments

Comments
 (0)