forked from OSchip/llvm-project
Disable test on Windows. script print deadlocks on Windows.
llvm-svn: 214351
This commit is contained in:
parent
3771fbb2f5
commit
31dd2c125f
|
@ -12,6 +12,7 @@ class AbbreviationsTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@unittest2.skipIf(sys.platform.startswith("win32"), "one-shot script commands deadlock on Windows.")
|
||||
def test_nonrunning_command_abbreviations (self):
|
||||
self.expect("ap script",
|
||||
startstr = "The following built-in commands may relate to 'script':",
|
||||
|
|
Loading…
Reference in New Issue