Skip to content

Commit

Permalink
[LLDB] Skip TestIOHandlerPythonREPLSigint.py on Arm/Linux
Browse files Browse the repository at this point in the history
TestIOHandlerPythonREPLSigint.py is failing on Arm/Linux buildbot. I am
marking it as skip for now.
  • Loading branch information
omjavaid committed Jan 14, 2022
1 parent 717cd16 commit 3dc858f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -25,6 +25,7 @@ def start_python_repl(self):
# under ASAN on a loaded machine..
@skipIfAsan
@skipIfWindows
@skipIf(oslist=["linux"], archs=["arm"])
def test_while_evaluating_code(self):
""" Tests SIGINT handling while Python code is being evaluated."""
self.start_python_repl()
Expand Down

0 comments on commit 3dc858f

Please sign in to comment.