test_urls: dont try ftp:// with --force-libosinfo
This commit is contained in:
parent
3eeef679da
commit
0df8577e11
|
@ -106,7 +106,8 @@ def _skipmsg(testdata):
|
|||
"opensuse12" in distname or
|
||||
"opensuse13" in distname or
|
||||
"opensuseleap-42" in distname or
|
||||
"generic" in distname):
|
||||
"generic" in distname or
|
||||
testdata.url.startswith("ftp:/")):
|
||||
return "skipping known busted libosinfo URL tests"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue