fix go vet's from skipped tests

This commit is contained in:
Mike Danese
2017-04-27 09:58:00 -07:00
parent 21617a60ae
commit 0c80a7aa40
4 changed files with 13 additions and 7 deletions

View File

@@ -561,7 +561,7 @@ func TestSingleWatch(t *testing.T) {
func TestMultiWatch(t *testing.T) {
// Disable this test as long as it demonstrates a problem.
// TODO: Reenable this test when we get #6059 resolved.
return
t.Skip()
const watcherCount = 50
rt.GOMAXPROCS(watcherCount)