Removed tarpaulin noise
This commit is contained in:
parent
2c7eb9f643
commit
8f6e72fbd6
1 changed files with 0 additions and 2 deletions
|
@ -170,13 +170,11 @@ async fn thumbnail_size_small() {
|
|||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(not(tarpaulin))]
|
||||
async fn thumbnail_size_large() {
|
||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Large), None, 1200).await;
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[cfg(not(tarpaulin))]
|
||||
async fn thumbnail_size_native() {
|
||||
thumbnail_size(&test_name!(), Some(ThumbnailSize::Native), None, 1423).await;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue