Adding the 0017 and 0018 patches had the side effect of uncovering
reliability issues in TestStreaming(). Let's not block the bugfix for
#
1040976 on fixing that test: it's more important for the acquisition
bugfix to make its way into testing and into stable.
Gbp-Pq: Name 0019-disable-unreliable-test-TestStreaming.patch
}
func TestStreaming(t *testing.T) {
+ t.Skip("unreliable test: https://github.com/crowdsecurity/crowdsec/issues/2352")
if runtime.GOOS == "windows" {
t.Skip("Skipping test on windows")
}