commit | db9e0738f2b813d1a9f9006d4c48b6ec6210e2e9 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Fri Sep 18 21:31:07 2015 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Sep 18 21:35:09 2015 +0000 |
tree | d19433c3451da4291ccf3cb5ca51ca191480ff60 | |
parent | cf22ab38cccb1119ea6713a2116d814a8a646646 [diff] |
cmd/coordinator: remove the blacklist of the shootout target The previous blacklisting was because of golang/go#12668, since fixed. Further, the tests are now sharded (golang/go#12623) and this test name doesn't even exist, so this change is a no-op. Change-Id: Id141923e904a5aec91e53ba6f1d44e6cdf137cd2 Reviewed-on: https://go-review.googlesource.com/14773 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>