Merge pull request #16162 from rallytime/skip_vt_test

Skip test_vt_size unit test
This commit is contained in:
Colton Myers 2014-09-25 16:35:17 -06:00
commit 1450887baa

View File

@ -26,6 +26,7 @@ from salt.utils import fopen, is_darwin, vt
class VTTestCase(TestCase):
@skipIf(True, 'Disabled until we can figure out why this fails when whole test suite runs.')
def test_vt_size(self):
'''Confirm that the terminal size is being set'''
if not sys.stdin.isatty():