Skip to content

Commit da6c7e6

Browse files
authored
[lldb][mcp] Skip MCPUnixSocketCommandTestCase if remote (#146807)
It looks like #146603 broke the [lldb-remote-linux-win](https://lab.llvm.org/buildbot/#/builders/197) build bot because `MCPUnixSocketCommandTestCase` is trying to start a protocol-server via unix domain sockets on windows. This change makes it so the test is skipped if it is remote.
1 parent 41fd13c commit da6c7e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/protocol/TestMCPUnixSocket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
class MCPUnixSocketCommandTestCase(TestBase):
1414
@skipIfWindows
15+
@skipIfRemote
1516
@no_debug_info_test
1617
def test_unix_socket(self):
1718
"""

0 commit comments

Comments
 (0)