Skip to content

Commit f55b033

Browse files
author
Davide Italiano
committed
[TestStdModuleSysroot] Only run locally.
1 parent efba7ed commit f55b033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class ImportStdModule(TestBase):
1616
# test configurations where libc++ is actually supposed to be tested.
1717
@add_test_categories(["libc++"])
1818
@skipIf(compiler=no_match("clang"))
19+
@skipIfRemote # This test messes with the platform, can't be run remotely.
1920
def test(self):
2021
self.build()
2122

0 commit comments

Comments
 (0)