diff --git a/glue/conftest.py b/glue/conftest.py index b66a12bdd..d12b41484 100644 --- a/glue/conftest.py +++ b/glue/conftest.py @@ -143,3 +143,4 @@ def pytest_runtest_call(): exc = str(outcome.excinfo[1]) if QTSTANDARD_EXC in exc or TEARDOWN_EXC in exc: pytest.xfail(f'Known issue {exc}') +