Skip another test which is fragile on Travis

This commit is contained in:
Nyall Dawson 2017-09-04 16:55:35 +10:00
parent b5122d18e2
commit b629fbca49

View File

@ -154,6 +154,8 @@ class TestQgsActionManager(unittest.TestCase):
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 """