File: 000-disable-tests.patch

package info (click to toggle)
golang-github-xhit-go-simple-mail 2.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
From: Mathias Gibbens <mathias@calenhad.com>
Description: Skip this example test, as it expects a working SMTP server to be available
Forwarded: not-needed
diff --git a/example/example_test.go b/example/example_test.go
index c2041b0..4722a10 100644
--- a/example/example_test.go
+++ b/example/example_test.go
@@ -1,3 +1,4 @@
+//go:build ignore
 package example
 
 import (