Make it explicit to run some tests.

This commit is contained in:
Jordan Petridis
2017-12-28 23:46:09 +02:00
parent 1d78ab7c42
commit 55b6fccefd
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -101,6 +101,9 @@ mod tests {
use super::*;
#[test]
// This test inserts an rss feed to your `XDG_DATA/hammond/hammond.db` so we make it explicit
// to run it.
#[ignore]
fn test_get_pixbuf_from_path() {
let url = "http://www.newrustacean.com/feed.xml";