test: Tag tcp_test as flaky.

PiperOrigin-RevId: 229427852
Change-Id: I9de8ed63f4a7672dacd3b282c863c599d00acd52
This commit is contained in:
Kevin Krakauer 2019-01-15 13:19:59 -08:00 committed by Shentubot
parent 6c117a01e9
commit 9a01287d23
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ go_test(
"tcp_test.go", "tcp_test.go",
"tcp_timestamp_test.go", "tcp_timestamp_test.go",
], ],
# FIXME
tags = ["flaky"],
deps = [ deps = [
":tcp", ":tcp",
"//pkg/tcpip", "//pkg/tcpip",