diff options
author | Jason Molenda <jmolenda@apple.com> | 2019-12-11 08:29:18 -0800 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2019-12-11 08:29:18 -0800 |
commit | 24a4d27acd38d7d7e3c78a8ddf1410f046891b70 (patch) | |
tree | 2ba8d96e4cd85b88e3f324e379f61c891b753850 /lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py | |
parent | 4fe92abceb9a43fffc1c14a8f5150f1057020bf4 (diff) | |
download | bcm5719-llvm-24a4d27acd38d7d7e3c78a8ddf1410f046891b70.tar.gz bcm5719-llvm-24a4d27acd38d7d7e3c78a8ddf1410f046891b70.zip |
Don't run expect based tests remotely.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py index 6fbdaee2051..1275595a793 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py @@ -14,7 +14,7 @@ class MultilineCompletionTest(PExpectTest): # PExpect uses many timeouts internally and doesn't play well # under ASAN on a loaded machine.. @skipIfAsan - @skipIfDarwinEmbedded # test is written to explicitly "run" the binary + @skipIfRemote # test is written to explicitly "run" the binary def test_basic_completion(self): """Test that we can complete a simple multiline expression""" self.build() |