Chromium Code Reviews| Index: server/auth/addr_test.go |
| diff --git a/server/auth/addr_test.go b/server/auth/addr_test.go |
| index 1ffc4af1e6adb6643a042b909536ed4efdb51c01..856bbd4240e349d48e2c8ccd429d64fd987abd9d 100644 |
| --- a/server/auth/addr_test.go |
| +++ b/server/auth/addr_test.go |
| @@ -14,6 +14,8 @@ import ( |
| ) |
| func TestParseRemoteIP(t *testing.T) { |
| + t.Parallel() |
| + |
| Convey(`Test suites`, t, func() { |
| for _, tc := range []struct { |
| v string |