diff --git a/cp/tests/tests_week00.py b/cp/tests/tests_week00.py
index 9dcdf751eb3ec06614270c4cce219ac0cf12729d..44c5df2ad45706f2b49d33cf70da7a3d5ff0c54f 100644
--- a/cp/tests/tests_week00.py
+++ b/cp/tests/tests_week00.py
@@ -18,8 +18,8 @@ class SayHelloWorld(UTestCase):
 
 class Week00Tests(Report):
     title = "Tests for week 00 (Try to complete this before the course start)"
-    version = 1.0
-    url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests"
+    #version = 1.0
+    #url = "https://gitlab.compute.dtu.dk/cp/02002students/-/blob/master/cp/tests"
     pack_imports = [cp]
     individual_imports = []
     questions = [(SayHelloWorld, 10)]