mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 08:05:31 +02:00
ignore image download test
This commit is contained in:
parent
62c0968619
commit
2a4f17d458
1 changed files with 2 additions and 0 deletions
|
@ -263,8 +263,10 @@ mod tests {
|
|||
use std::io::Write;
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn fedora31() {
|
||||
let image_dowloader = ImageDownloader::new((2048, 2048));
|
||||
|
||||
let html = fs::read_to_string(r"./resources/tests/planetGnome/fedora31.html")
|
||||
.expect("Failed to read HTML");
|
||||
let result = image_dowloader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue