-
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
908030f
commit 11e8cfd
Showing
2 changed files
with
4 additions
and
1 deletion.
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,6 +487,7 @@ mod test { | |
|
||
#[tokio_shared_rt::test(shared = true)] | ||
#[cfg(not(feature = "blocking"))] | ||
#[ignore] | ||
async fn all() -> Result<()> { | ||
let from = "Acme <[email protected]>"; | ||
let to = ["[email protected]"]; | ||
|
@@ -565,6 +566,7 @@ mod test { | |
} | ||
|
||
#[test] | ||
#[ignore] | ||
#[cfg(feature = "blocking")] | ||
fn all_blocking() -> Result<()> { | ||
let from = "Acme <[email protected]>"; | ||
|
@@ -585,6 +587,7 @@ mod test { | |
|
||
#[tokio_shared_rt::test(shared = true)] | ||
#[cfg(not(feature = "blocking"))] | ||
#[ignore] | ||
async fn schedule_email() -> Result<()> { | ||
let now_plus_1h = Zoned::now() | ||
.checked_add(Span::new().hours(1)) | ||
|
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