зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ba2bc542ac
Коммит
7ecb36f414
|
@ -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."""
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче