[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator
Those two decorators have identical behaviour. This removes `not_remote_testsuite_ready` as `skipIfRemote` seems more consistent with the other decorator names we have Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D89376
This commit is contained in:
@@ -36,7 +36,7 @@ class LoadUsingPathsTestCase(TestBase):
|
||||
self.hidden_dir = os.path.join(self.wd, 'hidden')
|
||||
self.hidden_lib = os.path.join(self.hidden_dir, self.lib_name)
|
||||
|
||||
@not_remote_testsuite_ready
|
||||
@skipIfRemote
|
||||
@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently
|
||||
@expectedFlakeyNetBSD
|
||||
@expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45894")
|
||||
|
||||
Reference in New Issue
Block a user