diff options
Diffstat (limited to 'grc/tests/test_cpp.py')
-rw-r--r-- | grc/tests/test_cpp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grc/tests/test_cpp.py b/grc/tests/test_cpp.py index 8f908f7d99..eedd0491bc 100644 --- a/grc/tests/test_cpp.py +++ b/grc/tests/test_cpp.py @@ -17,12 +17,15 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. +import pytest + from argparse import Namespace from os import path import tempfile from grc.compiler import main +@pytest.mark.xfail(reason="core/platform.py:198 self.blocks['options']) throws KeyError") def test_cpp(capsys): args = Namespace( output=tempfile.gettempdir(), |