Skip to content
Snippets Groups Projects
Commit 13337959 authored by Christoph Alt's avatar Christoph Alt
Browse files

skipping some useless test

parent 17cfb156
Branches update-codegen
No related merge requests found
Pipeline #50888 passed with stages
in 30 seconds
......@@ -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'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment