mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
d04d9e10f6
commit
7a3915949c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const policyTestResources = getService('policyTestResources');
|
||||
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/100296
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
describe('with an invalid policy id', () => {
|
||||
it('should display an error', async () => {
|
||||
await pageObjects.policy.navigateToPolicyDetails('invalid-id');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue