Skip to content

Commit

Permalink
one more endpoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Mar 17, 2020
1 parent b6f02da commit 0643f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/endpoint/common/generate_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class EndpointDocGenerator {
}

// This function will create new values for all the host fields, so documents from a different host can be created
// This provides a convenient way to make documents from multiple endpoints that are all tied to a single seed value
// This provides a convenient way to make documents from multiple hosts that are all tied to a single seed value
public randomizeHostData() {
this.commonInfo = this.createHostData();
}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/endpoint/host_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await esArchiver.load('endpoint/metadata/api_feature');
});

describe.skip('has a url with a host id', () => {
describe('has a url with a host id', () => {
before(async () => {
await pageObjects.common.navigateToUrlWithBrowserHistory(
'endpoint',
Expand Down

0 comments on commit 0643f92

Please sign in to comment.