Skip to content

Commit

Permalink
fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Nov 2, 2021
1 parent db35a93 commit c29d688
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
4 changes: 0 additions & 4 deletions x-pack/plugins/fleet/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
elastic-agent-*
fleet-server-*
elastic-agent.yml
fleet-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

/// <reference types="cypress" />
// / <reference types="cypress" />
// ***********************************************************
// This example plugins/index.js can be used to load plugins
//
Expand All @@ -22,7 +22,6 @@
/**
* @type {Cypress.PluginConfig}
*/
// eslint-disable-next-line no-unused-vars
module.exports = (_on, _config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
Expand Down
13 changes: 0 additions & 13 deletions x-pack/test/fleet_cypress/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ export class AgentManager extends Manager {
{},
this.requestOptions
);

// this.log.info('Updating the default agent output');
// const {
// data: {
// items: [defaultOutput],
// },
// } = await axios.get(this.params.kibanaUrl + '/api/fleet/outputs', this.requestOptions);

// await axios.put(
// `${this.params.kibanaUrl}/api/fleet/outputs/${defaultOutput.id}`,
// { hosts: [this.params.esHost] },
// this.requestOptions
// );
}

public async startAgent() {
Expand Down

0 comments on commit c29d688

Please sign in to comment.