diff --git a/integration/conftest.py b/integration/conftest.py index 2a13161a3..49c33e48f 100644 --- a/integration/conftest.py +++ b/integration/conftest.py @@ -26,7 +26,7 @@ def xvfb(): ) global DISPLAY - with SmartDisplay(visible=0, size=XVFB_DIMENSIONS) as DISPLAY: + with SmartDisplay(visible=False, size=XVFB_DIMENSIONS) as DISPLAY: yield DISPLAY DISPLAY = None else: