From 59b7766af7c78f330d09044e68bb195e495993ea Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Wed, 31 Oct 2018 18:41:48 -0700 Subject: Fix a race where keepalives could be sent while there is pending data PiperOrigin-RevId: 219571556 Change-Id: I5a1042c1cb05eb2711eb01627fd298bad6c543a6 --- pkg/tcpip/transport/tcp/BUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/tcpip/transport/tcp/BUILD') diff --git a/pkg/tcpip/transport/tcp/BUILD b/pkg/tcpip/transport/tcp/BUILD index 936d1064e..5a77ee232 100644 --- a/pkg/tcpip/transport/tcp/BUILD +++ b/pkg/tcpip/transport/tcp/BUILD @@ -62,8 +62,6 @@ go_test( "tcp_test.go", "tcp_timestamp_test.go", ], - # FIXME - tags = ["flaky"], deps = [ ":tcp", "//pkg/tcpip", -- cgit v1.2.3