Skip to content

Commit 2ce69ec

Browse files
authored
chore: ignore OrganizationVpcFlowLogsServiceClientHttpJsonTest unit tests (#11668)
Context: #11648 (comment)
1 parent 9b34528 commit 2ce69ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

java-network-management/owlbot.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
v1_file_name = "owl-bot-staging/v1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceClientHttpJsonTest.java"
1919
v1beta1_file_name = "owl-bot-staging/v1beta1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceClientHttpJsonTest.java"
2020
v1beta1_vpcflowlogs_file_name = "owl-bot-staging/v1beta1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1beta1/VpcFlowLogsServiceClientHttpJsonTest.java"
21+
v1beta1_org_vpcflowlogs_file_name = "owl-bot-staging/v1beta1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1beta1/OrganizationVpcFlowLogsServiceClientHttpJsonTest.java"
2122

2223
for library in s.get_staging_dirs():
2324
# put any special-case replacements here
@@ -116,6 +117,21 @@
116117
r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest2\(\) throws Exception.*',
117118
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest2() throws Exception {'
118119
)
120+
s.replace(
121+
v1beta1_org_vpcflowlogs_file_name,
122+
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest\(\) throws Exception.*',
123+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
124+
)
125+
s.replace(
126+
v1beta1_org_vpcflowlogs_file_name,
127+
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest2\(\) throws Exception.*',
128+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
129+
)
130+
s.replace(
131+
v1beta1_org_vpcflowlogs_file_name,
132+
r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest\(\) throws Exception.*',
133+
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
134+
)
119135
s.move(library)
120136

121137
s.remove_staging_dirs()

0 commit comments

Comments
 (0)