File: 0002-Disable-TestStreams.patch

package info (click to toggle)
golang-github-ishidawataru-sctp 0.0%2Bgit20250829.4b89008-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 256 kB
  • sloc: makefile: 5
file content (20 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Reinhard Tartler <siretart@tauware.de>
Date: Wed, 22 Oct 2025 07:02:50 -0400
Subject: Disable TestStreams

this test seems totally broken
---
 sctp_streams_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sctp_streams_test.go b/sctp_streams_test.go
index 5abad32..db4a078 100644
--- a/sctp_streams_test.go
+++ b/sctp_streams_test.go
@@ -1,3 +1,6 @@
+//go:build debian_disabled
+// this test is broken
+
 // Copyright 2019 Wataru Ishida. All rights reserved.
 //
 // Licensed under the Apache License, Version 2.0 (the "License");