import pytest


@pytest.mark.skip("ENV_LIMIT: headless only")
def test_headless_only():
    pass
