File: 2003_network_access.patch

package info (click to toggle)
rust-mail-send 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: skip flaky network-depending tests by default
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-10-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/smtp/client.rs
+++ b/src/smtp/client.rs
@@ -153,6 +153,7 @@
 
     use crate::{SmtpClient, SmtpClientBuilder};
 
+    #[ignore]
     #[tokio::test]
     async fn smtp_basic() {
         // StartTLS test