We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df8889 + 73e8c76 commit 706a11fCopy full SHA for 706a11f
src/smtp/mod.rs
@@ -126,9 +126,10 @@ mod tests {
126
Some(false)
127
);
128
}
129
- #[test]
130
- fn test_check_smtp_for_existing_email_with_socks5() {
131
- std::env::set_var("USE_SOCKS5", "true");
132
- assert_eq!(Smtp::is_deliverable("[email protected]"), Some(true));
133
- }
+
+ // #[test]
+ // fn test_check_smtp_for_existing_email_with_socks5() {
+ // std::env::set_var("USE_SOCKS5", "true");
+ // assert_eq!(Smtp::is_deliverable("[email protected]"), Some(true));
134
+ // }
135
0 commit comments