We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5823d08 commit 451258fCopy full SHA for 451258f
go/vt/topo/topoproto/tablet_test.go
@@ -118,10 +118,6 @@ func TestIsTabletsInList(t *testing.T) {
118
}
119
120
for _, testcase := range testcases {
121
- // We create an explicit copy of the range variable for each parallel runner
122
- // to be sure that they each run as expected. You can see more information on
123
- // this here: https://pkg.go.dev/testing#hdr-Subtests_and_Sub_benchmarks
124
-
125
t.Run(testcase.name, func(t *testing.T) {
126
t.Parallel()
127
out := IsTabletInList(testcase.tablet, testcase.allTablets)
0 commit comments