From 37e77dc51e8c883ec708e41c8204714078304413 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 19 Mar 2021 19:02:28 +0200 Subject: [PATCH] skip flaky test until we can fix it --- tag_tracer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tag_tracer_test.go b/tag_tracer_test.go index eef8125..0c00344 100644 --- a/tag_tracer_test.go +++ b/tag_tracer_test.go @@ -66,6 +66,7 @@ func TestTagTracerDirectPeerTags(t *testing.T) { } func TestTagTracerDeliveryTags(t *testing.T) { + t.Skip("flaky test temporarily disabled; TODO: fixme") // test decaying delivery tags // use fake time to test the tag decay -- GitLab