Skip to content

Commit

Permalink
tests: Ignore failing Gmail API test
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 16, 2024
1 parent 8e79884 commit 17dc947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/smtp/gmail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ mod tests {
use super::*;

#[tokio::test]
#[ignore] // ref: https://github.com/reacherhq/check-if-email-exists/issues/1431
async fn should_return_is_deliverable_true() {
let to_email = EmailAddress::from_str("[email protected]").unwrap();
let input = CheckEmailInput::new("[email protected]".to_owned());
Expand Down

0 comments on commit 17dc947

Please sign in to comment.