File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1818v1_file_name = "owl-bot-staging/v1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceClientHttpJsonTest.java"
1919v1beta1_file_name = "owl-bot-staging/v1beta1/google-cloud-network-management/src/test/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceClientHttpJsonTest.java"
2020v1beta1_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
2223for library in s .get_staging_dirs ():
2324 # put any special-case replacements here
116117 r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest2\(\) throws Exception.*' ,
117118 '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public 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 \n public 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 \n public 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 \n public void listVpcFlowLogsConfigsTest () throws Exception {'
134+ )
119135 s .move (library )
120136
121137s .remove_staging_dirs ()
You can’t perform that action at this time.
0 commit comments