Skip to content

Commit

Permalink
Merge pull request #5839 from jmchilton/integration_test_fixes
Browse files Browse the repository at this point in the history
Skip new script tests in dev branch, they are breaking integration suite.
  • Loading branch information
martenson committed Apr 4, 2018
2 parents fbd5541 + 506de02 commit 1da06ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test_scripts.py
Expand Up @@ -26,6 +26,7 @@ def skip_unless_module(module):
return unittest.skip(template % module)


@integration_util.skip_if_jenkins
class ScriptsIntegrationTestCase(integration_util.IntegrationTestCase):

def setUp(self):
Expand Down

0 comments on commit 1da06ba

Please sign in to comment.