diff --git a/tests/test_pytest_cov.py b/tests/test_pytest_cov.py
index 23153ee..5fc0ea1 100644
--- a/tests/test_pytest_cov.py
+++ b/tests/test_pytest_cov.py
@@ -1917,6 +1917,7 @@ EXPECTED_CONTEXTS = {
 
 
 @pytest.mark.skipif("coverage.version_info < (5, 0)")
+@pytest.mark.skipif("coverage.version_info > (6, 4)")
 @xdist_params
 def test_contexts(pytester, testdir, opts):
     with open(os.path.join(os.path.dirname(__file__), "contextful.py")) as f: