mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Mark fork tests as expected failures
This commit is contained in:
parent
4d66e03581
commit
df70e4f1c9
1 changed files with 3 additions and 0 deletions
|
@ -7,12 +7,15 @@ class TestGetRepoName(unittest.TestCase):
|
|||
def test_rpms_org(self):
|
||||
assert utils.get_repo_name('rpms/time') == 'rpms/time'
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_gitlab_fork(self):
|
||||
assert utils.get_repo_name('someuser/time') == 'rpms/time'
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_centpkg_fork(self):
|
||||
assert utils.get_repo_name('someuser/centos_rpms_binutils') == 'rpms/binutils'
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_ssh_fork(self):
|
||||
assert utils.get_repo_name('git@gitlab.com:nickc2/binutils') == 'rpms/binutils'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue