-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f9fed
commit d4c793f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -487,7 +487,7 @@ mod test { | |
|
||
#[tokio_shared_rt::test(shared = true)] | ||
#[cfg(not(feature = "blocking"))] | ||
#[ignore] | ||
// #[ignore] | ||
async fn all() -> Result<()> { | ||
let from = "Acme <[email protected]>"; | ||
let to = ["[email protected]"]; | ||
|
@@ -566,7 +566,7 @@ mod test { | |
} | ||
|
||
#[test] | ||
#[ignore] | ||
// #[ignore] | ||
#[cfg(feature = "blocking")] | ||
fn all_blocking() -> Result<()> { | ||
let from = "Acme <[email protected]>"; | ||
|
@@ -587,7 +587,7 @@ mod test { | |
|
||
#[tokio_shared_rt::test(shared = true)] | ||
#[cfg(not(feature = "blocking"))] | ||
#[ignore] | ||
// #[ignore] | ||
async fn schedule_email() -> Result<()> { | ||
let now_plus_1h = Zoned::now() | ||
.checked_add(Span::new().hours(1)) | ||
|