Mark netstack/tcpip/transport/tcp:tcp_test flaky

PiperOrigin-RevId: 218537640
Change-Id: I1c5f55a46390174e1f5caeff74b1a364fa3268d9
This commit is contained in:
Fabricio Voznika 2018-10-24 10:45:39 -07:00 committed by Shentubot
parent 4a1a2dead9
commit c99006a240
1 changed files with 2 additions and 0 deletions

View File

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