Skip to content

Commit

Permalink
[Security Solution][Endpoint] Update test data for endpoint list FTR …
Browse files Browse the repository at this point in the history
…tests and un-skip test suite (#155060)

## Summary

- Update test data for endpoint list FTR tests and un-skip test suite

Fixes #154916 
Fixes #154917
  • Loading branch information
paul-tavares authored and pull[bot] committed Feb 9, 2024
1 parent 3108a8c commit 040c354
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'x',
'x',
'Warning',
'Linux',
'macOS',
'10.2.17.24, 10.56.215.200,10.254.196.130',
'x',
'x',
Expand All @@ -59,7 +59,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'x',
'x',
'Warning',
'Linux',
'macOS',
'10.87.11.145, 10.117.106.109,10.242.136.97',
'x',
'x',
Expand All @@ -81,9 +81,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return tableData;
};

// Failing: See https://github.com/elastic/kibana/issues/154917
// Failing: See https://github.com/elastic/kibana/issues/154916
describe.skip('endpoint list', function () {
describe('endpoint list', function () {
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
let indexedData: IndexedHostsAndAlertsResponse;
describe('when initially navigating to page', () => {
Expand Down

0 comments on commit 040c354

Please sign in to comment.