Package: golang-github-mwitkow-go-conntrack / 0.0~git20190716.2f06839-3

0001-flaky-TestListenerTestSuite-TestMonitoringNormalConn.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Shengjing Zhu <zhsj@debian.org>
Date: Tue, 7 Feb 2023 01:46:23 +0800
Subject: flaky TestListenerTestSuite/TestMonitoringNormalConns

---
 listener_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/listener_test.go b/listener_test.go
index 2bd86b1..3268afd 100644
--- a/listener_test.go
+++ b/listener_test.go
@@ -67,7 +67,7 @@ func (s *ListenerTestSuite) TestTrackingMetricsPreregistered() {
 }
 
 func (s *ListenerTestSuite) TestMonitoringNormalConns() {
-
+	s.T().Skip("flaky")
 	beforeAccepted := sumCountersForMetricAndLabels(s.T(), "net_conntrack_listener_conn_accepted_total", listenerName)
 	beforeClosed := sumCountersForMetricAndLabels(s.T(), "net_conntrack_listener_conn_closed_total", listenerName)