]> Cypherpunks repositories - gostls13.git/commit
testing: removed flakey test
authorMarcel van Lohuizen <mpvl@golang.org>
Thu, 14 Apr 2016 07:44:48 +0000 (15:44 +0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Apr 2016 14:00:43 +0000 (14:00 +0000)
commit0ec6d7c0bbfceb7b8e4857b775686ae5cf699e54
tree359b2a75d94a5290ffd8576f72d0e5e24ef3811f
parent285e78609f4fd85948d056f581d3443d5f9b230a
testing: removed flakey test

The synchronization in this test is a bit complicated and likely
incorrect, judging from the sporadically hanging trybots.
Most of what this is supposed to test is already tested in
TestTestContext, so I'll just remove it.

Fixes #15170

Change-Id: If54db977503caa109cec4516974eda9191051888
Reviewed-on: https://go-review.googlesource.com/22080
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/testing/sub_test.go