diff --git a/ci/test.py b/ci/test.py
index cce250734d5cf4fa9724c3155a4714ea22c129e4..832897c2a90a5ecbf53adfd441c4df45cdc4d97f 100755
--- a/ci/test.py
+++ b/ci/test.py
@@ -53,7 +53,7 @@ if __name__ == "__main__":
             "-m",
             "pytest",
             "--junitxml=report.xml",
-            "--cov=src",
-            "--cov-report=html",
+            # "--cov=src",
+            # "--cov-report=html",
         ]
     )