Skip to content

Commit

Permalink
enable urldecode parallelizing test (#17601) (#17691)
Browse files Browse the repository at this point in the history
Co-authored-by: Chao <19381524+sincejune@users.noreply.github.com>
  • Loading branch information
ycombinator and sincejune committed Apr 14, 2020
1 parent d8c2f32 commit 63cad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/processors/urldecode/urldecode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestURLDecode(t *testing.T) {
for _, test := range testCases {
test := test
t.Run(test.description, func(t *testing.T) {
//t.Parallel()
t.Parallel()

f := &urlDecode{
log: logp.NewLogger("urldecode"),
Expand Down

0 comments on commit 63cad40

Please sign in to comment.