Don't run expect based tests remotely.

This commit is contained in:
Jason Molenda 2019-12-11 08:29:18 -08:00
parent 4fe92abceb
commit 24a4d27acd
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -15,7 +15,7 @@ class BasicGuiCommandTest(PExpectTest):
# under ASAN on a loaded machine..
@skipIfAsan
@skipIfCursesSupportMissing
@skipIfDarwinEmbedded # "run" command will not work correctly for remote debug
@skipIfRemote # "run" command will not work correctly for remote debug
def test_gui(self):
self.build()