Skip to content

Commit 0d51518

Browse files
committed
tests(*) skip tests for go plugin anonymous reports
1 parent 741cfab commit 0d51518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/02-integration/10-go_plugins/01-reports_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for _, strategy in helpers.each_strategy() do
88
local dns_hostsfile
99
local reports_server
1010

11-
describe("anonymous reports for go plugins #" .. strategy, function()
11+
pending("anonymous reports for go plugins #" .. strategy, function()
1212
local reports_send_ping = function(port)
1313
ngx.sleep(0.01) -- hand over the CPU so other threads can do work (processing the sent data)
1414
local admin_client = helpers.admin_client()

0 commit comments

Comments
 (0)