diff --git a/tests/test_gitlab_api.py b/tests/test_gitlab_api.py index 4cb237067b4bab9434f019855dd8f72c89f156a8..dedfe06ec408eb673376909b3712d26287aecd76 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'