Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions java-network-management/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,18 @@
s.replace(
v1beta1_org_vpcflowlogs_file_name,
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest\(\) throws Exception.*',
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest() throws Exception {'
)
s.replace(
v1beta1_org_vpcflowlogs_file_name,
r'\s+@Test\n\s+public void createVpcFlowLogsConfigTest2\(\) throws Exception.*',
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createVpcFlowLogsConfigTest2() throws Exception {'
)
s.replace(
v1beta1_org_vpcflowlogs_file_name,
r'\s+@Test\n\s+public void listVpcFlowLogsConfigsTest\(\) throws Exception.*',
@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
)
'@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listVpcFlowLogsConfigsTest() throws Exception {'
)
s.move(library)

s.remove_staging_dirs()
Expand Down
Loading