From 133379593980514dec0c640bebadc7b5e06bfc65 Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Fri, 24 Feb 2023 08:44:38 +0100
Subject: [PATCH] skipping some useless test

---
 tests/test_gitlab_api.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test_gitlab_api.py b/tests/test_gitlab_api.py
index 4cb2370..dedfe06 100644
--- a/tests/test_gitlab_api.py
+++ b/tests/test_gitlab_api.py
@@ -22,6 +22,7 @@ def get_local_infos(branch_name):
     return expected
 
 
+@pytest.mark.skip()
 @pytest.mark.parametrize("project_id", ['ob28imeq%2Fcb-util', 976])
 def test_get_last_commit(project_id):
     branch_name = 'main'
@@ -32,6 +33,7 @@ def test_get_last_commit(project_id):
     assert last_commit['id'] == expected
 
 
+@pytest.mark.skip()
 @pytest.mark.parametrize("project_id", ['ob28imeq%2Fcb-util', 976])
 def test_get_get_git_infos(project_id):
     branch_name = 'main'
-- 
GitLab