Skip to content

Commit

Permalink
enable urldecode parallelizing test (#17601)
Browse files Browse the repository at this point in the history
  • Loading branch information
sincejune committed Apr 8, 2020
1 parent 755c1ae commit 757ebb6
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 757ebb6

Please sign in to comment.