Skip to content

Commit 8dd5977

Browse files
committed
skip bad test
Change-Id: Ief70d4fdc9d7478b402cf2f790817f98e336b25a
1 parent 43bf2bf commit 8dd5977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_async_code_match.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def _execute_code_match(self, source, asource):
7575
asource = re.sub(" *?# type: ignore", "", asource)
7676
self.assertEqual(source, asource)
7777

78+
@absltest.skip('This test is broken: globally matching functions based only on the name')
7879
def test_code_match_for_async_methods(self):
7980
for fpath in (pathlib.Path(__file__).parent.parent / "google").rglob("*.py"):
8081
if fpath.name in EXEMPT_FILES or any([d in fpath.parts for d in EXEMPT_DIRS]):

0 commit comments

Comments
 (0)