mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #54080 from dmurphy18/u1804_py3_random_skip
Disabling random website tests till allow for quota usage
This commit is contained in:
commit
4e2efcd572
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ from __future__ import absolute_import, print_function, unicode_literals
|
|||
# Import Salt Testing Libs
|
||||
from tests.support.helpers import flaky
|
||||
from tests.support.mixins import LoaderModuleMockMixin
|
||||
from tests.support.unit import TestCase
|
||||
from tests.support.unit import skipIf, TestCase
|
||||
|
||||
# Import Salt Libs
|
||||
import salt.modules.random_org as random_org
|
||||
|
@ -28,6 +28,7 @@ def check_status():
|
|||
return False
|
||||
|
||||
|
||||
@skipIf(True, 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website')
|
||||
class RandomOrgTestCase(TestCase, LoaderModuleMockMixin):
|
||||
'''
|
||||
Test cases for salt.modules.random_org
|
||||
|
|
Loading…
Add table
Reference in a new issue