From 0fb2428241c530d74cdee7361f53359a918ba87a Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 17 Sep 2023 13:18:46 +0200 Subject: [PATCH] Remove unrelated tests --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1a9b877351..b6a203169d 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: -- GitLab