Commit 6f8c6c47 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Remove ssl: false option for influxdb connection

parent cfe7140d
......@@ -32,7 +32,6 @@ module QA
influxdb_token,
bucket: 'e2e-test-stats',
org: 'gitlab-qa',
use_ssl: false,
precision: InfluxDB2::WritePrecision::NANOSECOND
)
end
......
......@@ -25,7 +25,6 @@ describe QA::Support::Formatters::TestStatsFormatter do
{
bucket: 'e2e-test-stats',
org: 'gitlab-qa',
use_ssl: false,
precision: InfluxDB2::WritePrecision::NANOSECOND
}
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment