File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 6161 r'\s+@Test\n\s+public void testIamPermissionsTest\(\) throws Exception.*' ,
6262 '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void testIamPermissionsTest() throws Exception {'
6363 )
64+ s .replace (
65+ v1beta1_file_name ,
66+ r'\s+@Test\n\s+public void listConnectivityTestsTest\(\) throws Exception.*' ,
67+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void listConnectivityTestsTest() throws Exception {'
68+ )
69+ s .replace (
70+ v1beta1_file_name ,
71+ r'\s+@Test\n\s+public void createConnectivityTestTest\(\) throws Exception.*' ,
72+ '@Ignore("See: https://github.com/googleapis/sdk-platform-java/issues/1839")@Test\n public void createConnectivityTestTest() throws Exception {'
73+ )
6474 s .replace (
6575 v1beta1_vpcflowlogs_file_name ,
6676 r'^import org.junit.Test;' ,
96106 "license-checks.xml" ,
97107 "renovate.json" ,
98108 ".gitignore"
99- ])
109+ ])
You can’t perform that action at this time.
0 commit comments