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 ...@@ -32,7 +32,6 @@ module QA
influxdb_token, influxdb_token,
bucket: 'e2e-test-stats', bucket: 'e2e-test-stats',
org: 'gitlab-qa', org: 'gitlab-qa',
use_ssl: false,
precision: InfluxDB2::WritePrecision::NANOSECOND precision: InfluxDB2::WritePrecision::NANOSECOND
) )
end end
......
...@@ -25,7 +25,6 @@ describe QA::Support::Formatters::TestStatsFormatter do ...@@ -25,7 +25,6 @@ describe QA::Support::Formatters::TestStatsFormatter do
{ {
bucket: 'e2e-test-stats', bucket: 'e2e-test-stats',
org: 'gitlab-qa', org: 'gitlab-qa',
use_ssl: false,
precision: InfluxDB2::WritePrecision::NANOSECOND precision: InfluxDB2::WritePrecision::NANOSECOND
} }
end 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