mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#100296)
This commit is contained in:
parent
c8256d57bd
commit
f4e0895b17
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