summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/BUILD
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2018-10-31 18:41:48 -0700
committerShentubot <shentubot@google.com>2018-10-31 18:42:44 -0700
commit59b7766af7c78f330d09044e68bb195e495993ea (patch)
tree8d729c85ec5c2755cafe50846c54a2b36dd80693 /pkg/tcpip/transport/tcp/BUILD
parenteeddae1199d9b84ee84011be0019328724ebdcf3 (diff)
Fix a race where keepalives could be sent while there is pending data
PiperOrigin-RevId: 219571556 Change-Id: I5a1042c1cb05eb2711eb01627fd298bad6c543a6
Diffstat (limited to 'pkg/tcpip/transport/tcp/BUILD')
-rw-r--r--pkg/tcpip/transport/tcp/BUILD2
1 files changed, 0 insertions, 2 deletions
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",