Skip to content

Commit 55e99ef

Browse files
authored
[lldb][test] skip test TestRerunAndExprDylib.py on remote (#157916)
1 parent d7e6e72 commit 55e99ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def isUbuntu18_04():
2828
class TestRerunExprDylib(TestBase):
2929
@skipTestIfFn(isUbuntu18_04, bugnumber="rdar://103831050")
3030
@skipIfWindows
31+
@skipIfRemote
3132
def test(self):
3233
"""
3334
Tests whether re-launching a process without destroying

0 commit comments

Comments
 (0)