[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:
@@ -333,7 +333,7 @@ class TargetAPITestCase(TestBase):
|
||||
self.expect(desc, exe=False,
|
||||
substrs=['Target', 'Module', 'a.out', 'Breakpoint'])
|
||||
|
||||
@not_remote_testsuite_ready
|
||||
@skipIfRemote
|
||||
@add_test_categories(['pyapi'])
|
||||
@no_debug_info_test
|
||||
@skipIfReproducer # Inferior doesn't run during replay.
|
||||
|
||||
Reference in New Issue
Block a user