diff --git a/Makefile b/Makefile
index 1a9b8773511c017bdce71d269443dfc6950a723e..b6a203169d6e3e44903d5178e4ce8e49a2354fa3 100644
--- a/Makefile
+++ b/Makefile
@@ -163,8 +163,6 @@ coverage-frontend: build-frontend
 test-frontend: build-frontend
 	yarn --cwd ./dbrepo-ui install
 	yarn --cwd ./dbrepo-ui run test:unit || true
-	yarn --cwd ./dbrepo-ui playwright install
-	yarn --cwd ./dbrepo-ui run test:e2e || true
 	yarn --cwd ./dbrepo-ui run coverage || true
 
 test-clients: