Skip to content

Commit b629fbc

Browse files
committed
Skip another test which is fragile on Travis
1 parent b5122d1 commit b629fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/python/test_qgsactionmanager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ def check_action_result(self, temp_file):
154154
return output
155155

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

0 commit comments

Comments
 (0)