diff --git a/java-network-management/owlbot.py b/java-network-management/owlbot.py index d3b371ec0e33..b9760a8010aa 100644 --- a/java-network-management/owlbot.py +++ b/java-network-management/owlbot.py @@ -61,6 +61,16 @@ r'\s+@Test\n\s+public void testIamPermissionsTest\(\) throws Exception.*', '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void testIamPermissionsTest() throws Exception {' ) + s.replace( + v1beta1_file_name, + r'\s+@Test\n\s+public void listConnectivityTestsTest\(\) throws Exception.*', + '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void listConnectivityTestsTest() throws Exception {' + ) + s.replace( + v1beta1_file_name, + r'\s+@Test\n\s+public void createConnectivityTestTest\(\) throws Exception.*', + '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\npublic void createConnectivityTestTest() throws Exception {' + ) s.replace( v1beta1_vpcflowlogs_file_name, r'^import org.junit.Test;', @@ -96,4 +106,4 @@ "license-checks.xml", "renovate.json", ".gitignore" -]) \ No newline at end of file +])