Removed xfail from test since issue has been fixed on master

This commit is contained in:
Bruno Oliveira 2015-04-05 12:29:18 -03:00
parent 3864eff0be
commit 967c706bf0

View File

@ -161,9 +161,6 @@ class TestDefaultConfig:
"""Test validating of the default config."""
@pytest.mark.xfail(reason='fails if run with other tests in this module, '
'succeeds if executed alone (The-Compiler, help)'
)
def test_default_config(self):
"""Test validating of the default config."""
conf = config.ConfigManager(None, None)