mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
turn off debugging output
This commit is contained in:
parent
281cd49410
commit
fde0e1a0a0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ define(function (require) {
|
|||
var _ = require('intern/dojo/node!lodash');
|
||||
|
||||
return _.assign({
|
||||
debug: true,
|
||||
debug: false,
|
||||
capabilities: {
|
||||
'selenium-version': '2.47.1',
|
||||
'idle-timeout': 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue