Skip to content

Commit

Permalink
drop redundant change
Browse files Browse the repository at this point in the history
  • Loading branch information
cinchurge committed Mar 28, 2022
1 parent 3511384 commit cc77c90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit cc77c90

Please sign in to comment.