File: 01-Bug854687-Disable_flaky_test.patch

package info (click to toggle)
golang-github-prometheus-client-golang 1.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates
  • size: 1,532 kB
  • sloc: makefile: 15
file content (15 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last-Update: 2017-08-28
Forwarded: https://github.com/prometheus/client_golang/issues/338
Author: Martina Ferrari <tina@debian.org>
Description: Disable flaky test.

--- a/prometheus/summary_test.go
+++ b/prometheus/summary_test.go
@@ -364,6 +364,7 @@
 }
 
 func TestSummaryDecay(t *testing.T) {
+	t.Skip("Skipping flaky test.")
 	if testing.Short() {
 		t.Skip("Skipping test in short mode.")
 		// More because it depends on timing than because it is particularly long...