66
77
88# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
9- @pytest .mark .xfail (reason = "Import/Export to be worked on in a follow up" )
9+ @pytest .mark .xfail (reason = "test_group_import_export to be worked on in a follow up" )
1010def test_group_import_export (gl , group , temp_dir ):
1111 export = group .exports .create ()
1212 assert export .message == "202 Accepted"
@@ -34,7 +34,7 @@ def test_group_import_export(gl, group, temp_dir):
3434
3535
3636# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
37- @pytest .mark .xfail (reason = "Import/Export to be worked on in a follow up" )
37+ @pytest .mark .xfail (reason = "test_project_import_export to be worked on in a follow up" )
3838def test_project_import_export (gl , project , temp_dir ):
3939 export = project .exports .create ()
4040 assert export .message == "202 Accepted"
@@ -73,7 +73,7 @@ def test_project_import_export(gl, project, temp_dir):
7373
7474
7575# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
76- @pytest .mark .xfail (reason = "Import/Export to be worked on in a follow up" )
76+ @pytest .mark .xfail (reason = "test_project_remote_import to be worked on in a follow up" )
7777def test_project_remote_import (gl ):
7878 with pytest .raises (gitlab .exceptions .GitlabImportError ) as err_info :
7979 gl .projects .remote_import (
@@ -87,7 +87,9 @@ def test_project_remote_import(gl):
8787
8888
8989# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
90- @pytest .mark .xfail (reason = "Import/Export to be worked on in a follow up" )
90+ @pytest .mark .xfail (
91+ reason = "test_project_remote_import_s3 to be worked on in a follow up"
92+ )
9193def test_project_remote_import_s3 (gl ):
9294 gl .features .set ("import_project_from_remote_file_s3" , True )
9395 with pytest .raises (gitlab .exceptions .GitlabImportError ) as err_info :
0 commit comments