Skip to content

Commit ab4ad1c

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
Stop skipping Static Python Protocol test
Summary: Whatever CI issues existed before, they don't appear to now. Reviewed By: yoney Differential Revision: D96742203 fbshipit-source-id: d2b1514b5ef54196ec0c87e4665c25b3f494b49d
1 parent 530c482 commit ab4ad1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • cinderx/PythonLib/test_cinderx/test_compiler/test_static

cinderx/PythonLib/test_cinderx/test_compiler/test_static/compile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4949,7 +4949,6 @@ def __init__(self, x: NamedTuple):
49494949
with self.in_module(codestr):
49504950
pass
49514951

4952-
@skip("Check for Protocol temporarily reverted until CI issues are fixed")
49534952
def test_protocol(self) -> None:
49544953
# Regression test for an error when inheriting from protocol
49554954
codestr = """

0 commit comments

Comments
 (0)