1
0
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:
Lu Wang 2014-11-20 17:07:48 +08:00
parent 92d11a45c5
commit 25e720f650

View File

@ -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):