Skip to content

Commit

Permalink
Revert last two commits
Browse files Browse the repository at this point in the history
Revert "Fix user for functional tests" and
"Fix user for plugin functional tests in Jenkinsfile"
  • Loading branch information
jportner committed Oct 16, 2019
1 parent 577e29a commit b33f402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def getPostBuildWorker(name, closure) {
"TEST_KIBANA_HOST=localhost",
"TEST_KIBANA_PORT=${kibanaPort}",
"TEST_KIBANA_URL=http://elastic:changeme@localhost:${kibanaPort}",
"TEST_ES_URL=http://kibana:changeme@localhost:${esPort}",
"TEST_ES_URL=http://elastic:changeme@localhost:${esPort}",
"TEST_ES_TRANSPORT_PORT=${esTransportPort}",
"IS_PIPELINE_JOB=1",
]) {
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-test/src/kbn/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export const kibanaServerTestUser = {
};

export const adminTestUser = {
username: env.TEST_ES_USER || 'kibana',
username: env.TEST_ES_USER || 'elastic',
password: env.TEST_ES_PASS || 'changeme',
};

0 comments on commit b33f402

Please sign in to comment.