1
0
Fork 0
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:
Jan Lukas Gernert 2023-04-26 20:58:25 +02:00
parent 62c0968619
commit 2a4f17d458

View file

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