[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:
Raphael Isemann
2020-11-11 09:13:56 +01:00
parent 990939c897
commit 66ae40ebfb
6 changed files with 8 additions and 15 deletions

View File

@@ -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.