Skip to content

Commit 986ac01

Browse files
committed
Skip end-to-end tests when cutting release
1 parent fb56287 commit 986ac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
logging.basicConfig(level=logging.INFO)
1313

1414

15+
@unittest.skipIf(os.getenv("TRAVIS_TAG"), "Skip e2e tests during tagged release")
1516
class E2eTestCase(unittest.TestCase):
1617

1718
def assertLoosely(self, response, assertion=None,

0 commit comments

Comments
 (0)