diff --git a/relay_test.go b/relay_test.go index c0afcf6c..c0d18e11 100644 --- a/relay_test.go +++ b/relay_test.go @@ -824,7 +824,6 @@ func TestRelayRateLimitDrop(t *testing.T) { // Test that a stalled connection to a single server does not block all calls // from that server, and we have stats to capture that this is happening. func TestRelayStalledConnection(t *testing.T) { - // TODO: enable framepool checks // TODO(ablackmon): Debug why this is flaky in github if os.Getenv("GITHUB_WORKFLOW") != "" { t.Skip("skipping test flaky in github actions.")