From b486620e2dc5c1583be7d1a69d536c9894ec0dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Fri, 16 Sep 2022 10:13:31 +0200 Subject: [PATCH] chore: do not skip test --- logconsumer_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/logconsumer_test.go b/logconsumer_test.go index 35e9e0ab6b..34060f46c6 100644 --- a/logconsumer_test.go +++ b/logconsumer_test.go @@ -35,7 +35,6 @@ func (g *TestLogConsumer) Accept(l Log) { } func Test_LogConsumerGetsCalled(t *testing.T) { - t.Skip("This test is randomly failing for different versions of Go") /* send one request at a time to a server that will print whatever was sent in the "echo" parameter, the log