mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Skip another test which is fragile on Travis
This commit is contained in:
parent
b5122d18e2
commit
b629fbca49
@ -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 """
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user