Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3576be

Browse files
committed
Revert "test: skip in Gitlab 15"
This reverts commit4a3d758.
1 parente31c007 commite3576be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎tests/functional/api/test_project_job_token_scope.py‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
importpytest
2-
3-
4-
# TODO: can be enabled when https://github.com/python-gitlab/python-gitlab/pull/2790 merged
5-
@pytest.mark.xfail(reason="project job_token_scope api only in 16.*")
61
deftest_add_project_to_job_token_scope_allowlist(gl,project):
72
project_to_add=gl.projects.create({"name":"Ci_Cd_token_add_proj"})
83

@@ -15,7 +10,6 @@ def test_add_project_to_job_token_scope_allowlist(gl, project):
1510
project_to_add.delete()
1611

1712

18-
@pytest.mark.xfail(reason="project job_token_scope api only in 16.*")
1913
deftest_projects_job_token_scope_allowlist_contains_added_project_name(gl,project):
2014
scope=project.job_token_scope.get()
2115
assertlen(scope.allowlist.list())==0
@@ -30,7 +24,6 @@ def test_projects_job_token_scope_allowlist_contains_added_project_name(gl, proj
3024
project_to_add.delete()
3125

3226

33-
@pytest.mark.xfail(reason="project job_token_scope api only in 16.*")
3427
deftest_remove_project_by_id_from_projects_job_token_scope_allowlist(gl,project):
3528
scope=project.job_token_scope.get()
3629
assertlen(scope.allowlist.list())==0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp