Skip to content

Commit 5f1caca

Browse files
authored
Merge pull request #631 from dcci/nana-supergirl
[TestStdModuleSysroot] Only run locally.
2 parents bf573f0 + b9953a1 commit 5f1caca

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
@@ -12,6 +12,7 @@ class ImportStdModule(TestBase):
1212
mydir = TestBase.compute_mydir(__file__)
1313

1414
@skipIf(compiler=no_match("clang"))
15+
@skipIfRemote # This test messes with the platform, can't be run remotely.
1516
def test(self):
1617
self.build()
1718

0 commit comments

Comments
 (0)