diff --git a/tests/main_test.py b/tests/main_test.py
index 9471348..7e755c6 100644
--- a/tests/main_test.py
+++ b/tests/main_test.py
@@ -12,12 +12,12 @@ from src.utils import logger
 client = TestClient(app)
 
 test_websites = [
-    "https://ext.to/",
-    "https://btmet.com/",
-    "https://extratorrent.st/",  # github is blocking these
-    "https://idope.se/",  # github is blocking these
     "https://www.ygg.re/",
-    "https://speed.cd/login",
+    "https://ext.to/",
+    # "https://btmet.com/",
+    #     "https://extratorrent.st/",  # github is blocking these
+    #     "https://idope.se/",  # github is blocking these
+    #     "https://speed.cd/login",
 ]