test_urls: dont try ftp:// with --force-libosinfo

This commit is contained in:
Cole Robinson 2019-07-16 16:36:07 -04:00
parent 3eeef679da
commit 0df8577e11

View File

@ -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"