File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 120
120
s .replace (
121
121
v1beta1_org_vpcflowlogs_file_name ,
122
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 {'
123
+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest() throws Exception {'
124
124
)
125
125
s .replace (
126
126
v1beta1_org_vpcflowlogs_file_name ,
127
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 {'
128
+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createVpcFlowLogsConfigTest2() throws Exception {'
129
129
)
130
130
s .replace (
131
131
v1beta1_org_vpcflowlogs_file_name ,
132
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
- )
133
+ ' @Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void listVpcFlowLogsConfigsTest() throws Exception {'
134
+ )
135
135
s .move (library )
136
136
137
137
s .remove_staging_dirs ()
You can’t perform that action at this time.
0 commit comments