mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mark a jinja template test as flaky
Fixes https://github.com/saltstack/salt-jenkins/issues/1059
This commit is contained in:
parent
f73ba21bc7
commit
a43d9b4ba6
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ import re
|
|||
# Import Salt Testing libs
|
||||
from tests.support.unit import skipIf, TestCase
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.helpers import flaky
|
||||
from tests.support.mock import NO_MOCK, NO_MOCK_REASON, patch, MagicMock, Mock
|
||||
from tests.support.paths import TMP_CONF_DIR
|
||||
|
||||
|
@ -936,6 +937,7 @@ class TestCustomExtensions(TestCase):
|
|||
dict(opts=self.local_opts, saltenv='test', salt=self.local_salt))
|
||||
self.assertEqual(rendered, u'16777216')
|
||||
|
||||
@flaky
|
||||
def test_http_query(self):
|
||||
'''Test the `http_query` Jinja filter.'''
|
||||
for backend in ('requests', 'tornado', 'urllib2'):
|
||||
|
|
Loading…
Add table
Reference in a new issue