mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#163890)
This commit is contained in:
parent
1c463ca0f2
commit
49b3148dbe
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const endpointTestResources = getService('endpointTestResources');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163890
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
const formTestSubjects = getPolicySettingsFormTestSubjects();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue