File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 101101 r'\s+@Test\n\s+public void testIamPermissionsTest\(\) throws Exception.*' ,
102102 '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void testIamPermissionsTest() throws Exception {'
103103 )
104+ s .replace (
105+ v1beta1_vpcflowlogs_file_name ,
106+ r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest3\(\) throws Exception.*' ,
107+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest3() throws Exception {'
108+ )
109+ s .replace (
110+ v1beta1_vpcflowlogs_file_name ,
111+ r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest4\(\) throws Exception.*' ,
112+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest4() throws Exception {'
113+ )
114+ s .replace (
115+ v1beta1_vpcflowlogs_file_name ,
116+ r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest2\(\) throws Exception.*' ,
117+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void listVpcFlowLogsConfigsTest2() throws Exception {'
118+ )
104119 s .move (library )
105120
106121s .remove_staging_dirs ()
You can’t perform that action at this time.
0 commit comments