mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
disable remote test when sauce labs is not availabe[ci skip]
This commit is contained in:
parent
92d11a45c5
commit
25e720f650
@ -66,6 +66,7 @@ BROWSER_MATRIX = [
|
||||
}),
|
||||
]
|
||||
|
||||
@unittest.skipIf((not (USERNAME and ACCESS_KEY)), 'Sauce Labs is not available')
|
||||
class test_remote_browser_base(BrowserTests):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
|
Loading…
Reference in New Issue
Block a user