File: 0002-Skip-template-test.patch

package info (click to toggle)
golang-github-hashicorp-go-sockaddr 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Shengjing Zhu <zhsj@debian.org>
Date: Sun, 21 Aug 2022 23:00:38 +0800
Subject: Skip template test

It only works on macOS
---
 template/template_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/template/template_test.go b/template/template_test.go
index ec9822e..f268412 100644
--- a/template/template_test.go
+++ b/template/template_test.go
@@ -1,3 +1,6 @@
+//go:build ignore
+// +build ignore
+
 package template_test
 
 import (