diff options
Diffstat (limited to 'lldb/test/functionalities/command_script/import')
| -rw-r--r-- | lldb/test/functionalities/command_script/import/TestImport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py index b4accc07db7..2356fcee850 100644 --- a/lldb/test/functionalities/command_script/import/TestImport.py +++ b/lldb/test/functionalities/command_script/import/TestImport.py @@ -10,7 +10,7 @@ class ImportTestCase(TestBase): mydir = os.path.join("functionalities", "command_script", "import") @python_api_test - @skipOnLinux # causes buildbot failures, skip until we can investigate it + @skipIfLinux # causes buildbot failures, skip until we can investigate it def test_import_command(self): """Import some Python scripts by path and test them""" self.run_test() |

