Skip to content

Commit 9f062ad

Browse files
committed
[lldb][test] skip test TestRerunAndExprDylib.py on remote (llvm#157916)
(cherry picked from commit 55e99ef)
1 parent 9e35e05 commit 9f062ad

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)