mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +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):
|
class test_remote_browser_base(BrowserTests):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user