Skip to content

Commit f630ac4

Browse files
chore: generate libraries at Thu Jul 10 19:56:27 UTC 2025
1 parent c50b4fc commit f630ac4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

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

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

6665
@Generated("by gapic-generator-java")
@@ -148,7 +147,6 @@ public void listVpcFlowLogsConfigsExceptionTest() throws Exception {
148147
}
149148
}
150149

151-
@Ignore
152150
@Test
153151
public void listVpcFlowLogsConfigsTest2() throws Exception {
154152
VpcFlowLogsConfig responsesElement = VpcFlowLogsConfig.newBuilder().build();
@@ -437,7 +435,6 @@ public void createVpcFlowLogsConfigExceptionTest2() throws Exception {
437435
}
438436
}
439437

440-
@Ignore
441438
@Test
442439
public void createVpcFlowLogsConfigTest3() throws Exception {
443440
VpcFlowLogsConfig expectedResponse =
@@ -503,7 +500,6 @@ public void createVpcFlowLogsConfigExceptionTest3() throws Exception {
503500
}
504501
}
505502

506-
@Ignore
507503
@Test
508504
public void createVpcFlowLogsConfigTest4() throws Exception {
509505
VpcFlowLogsConfig expectedResponse =

java-network-management/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1beta1/OrganizationVpcFlowLogsServiceClientHttpJsonTest.java

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

6665
@Generated("by gapic-generator-java")
@@ -98,7 +97,7 @@ public void tearDown() throws Exception {
9897
mockService.reset();
9998
}
10099

101-
@Ignore
100+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
102101
@Test
103102
public void listVpcFlowLogsConfigsTest() throws Exception {
104103
VpcFlowLogsConfig responsesElement = VpcFlowLogsConfig.newBuilder().build();
@@ -363,7 +362,7 @@ public void getVpcFlowLogsConfigExceptionTest2() throws Exception {
363362
}
364363
}
365364

366-
@Ignore
365+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
367366
@Test
368367
public void createVpcFlowLogsConfigTest() throws Exception {
369368
VpcFlowLogsConfig expectedResponse =
@@ -432,7 +431,7 @@ public void createVpcFlowLogsConfigExceptionTest() throws Exception {
432431
}
433432
}
434433

435-
@Ignore
434+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")
436435
@Test
437436
public void createVpcFlowLogsConfigTest2() throws Exception {
438437
VpcFlowLogsConfig expectedResponse =

0 commit comments

Comments
 (0)