skip flaky suite (#100296)

(cherry picked from commit f4e0895b17)
This commit is contained in:
spalger 2021-06-16 10:10:38 -07:00
parent d04d9e10f6
commit 7a3915949c

View file

@ -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');