mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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
|
"opensuse12" in distname or
|
||||||
"opensuse13" in distname or
|
"opensuse13" in distname or
|
||||||
"opensuseleap-42" 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"
|
return "skipping known busted libosinfo URL tests"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user