Skip to content

Commit

Permalink
[webui] ignore flash messages about binary protected statistics
Browse files Browse the repository at this point in the history
_statistics are build results
  • Loading branch information
coolo authored and adrianschroeter committed Apr 11, 2013
1 parent b9820f4 commit ba4c905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/test/functional/spider_test.rb
Expand Up @@ -44,6 +44,7 @@ def getlinks(baseuri, body)
def raiseit(message, url)
# known issues
return if url =~ %r{/package/binary\?.*project=BinaryprotectedProject}
return if url =~ %r{/package/statistics\?.*project=BinaryprotectedProject}
return if url.end_with? "/package/binary?arch=i586&filename=package-1.0-1.src.rpm&package=pack&project=SourceprotectedProject&repository=repo"
return if url.end_with? "/package/revisions?package=pack&project=SourceprotectedProject"
return if url.end_with? "/package/revisions?package=target&project=SourceprotectedProject"
Expand Down

0 comments on commit ba4c905

Please sign in to comment.