Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Skip another test which is fragile on Travis
  • Loading branch information
nyalldawson committed Sep 4, 2017
1 parent b5122d1 commit b629fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsactionmanager.py
Expand Up @@ -154,6 +154,8 @@ def check_action_result(self, temp_file):
return output

@unittest.expectedFailure(platform.system() != 'Linux')
@unittest.skipIf(
os.environ.get('TRAVIS', '') == 'true', 'Test is flaky on Travis environment')
def testDoAction(self):
""" test running action """

Expand Down

0 comments on commit b629fbc

Please sign in to comment.