diff --git a/tests/upload_photo.rs b/tests/upload_photo.rs index f2e64fd..56871b1 100644 --- a/tests/upload_photo.rs +++ b/tests/upload_photo.rs @@ -6,7 +6,10 @@ use std::env; use mammut::{Data, Mastodon}; use dotenv::dotenv; +// Do not run this test by default because it requires a real Mastodon +// connection setup. #[test] +#[ignore] fn upload_photo() { dotenv().ok(); run().unwrap();