mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#138776)
This commit is contained in:
parent
8bfe338d73
commit
13c46d6225
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const policyTestResources = getService('policyTestResources');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/138776
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue