Merge pull request #54080 from dmurphy18/u1804_py3_random_skip

Disabling random website tests till allow for quota usage
This commit is contained in:
Daniel Wozniak 2019-07-31 14:16:53 -07:00 committed by GitHub
commit 4e2efcd572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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