Bug 687388 - Disable test_visualstudio.py due to failures in automation; r=me

It looks like builders are inconsistently configured. Some have objdirs
on different drives from source dirs. This is confusing the test because
of a relpath issue.
This commit is contained in:
Gregory Szorc 2014-02-18 12:48:23 -08:00
parent 63fcbbc46d
commit b43541710c

View File

@ -6,6 +6,7 @@ from __future__ import unicode_literals
from xml.dom.minidom import parse
import os
import unittest
from mozbuild.backend.visualstudio import VisualStudioBackend
from mozbuild.test.backend.common import BackendTester
@ -14,6 +15,7 @@ from mozunit import main
class TestVisualStudioBackend(BackendTester):
@unittest.skip('Failing inconsistently in automation.')
def test_basic(self):
"""Ensure we can consume our stub project."""