skip flaky suite. #70928

This commit is contained in:
Jonathan Budzenski 2021-09-23 14:36:12 -05:00
parent 44ebc8b8af
commit f5ccf18da1

View file

@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const retry = getService('retry');
describe('in iframe', () => {
// FLAKY https://github.com/elastic/kibana/issues/70928
describe.skip('in iframe', () => {
it('should open Kibana for logged-in user', async () => {
const isChromeHiddenBefore = await PageObjects.common.isChromeHidden();
expect(isChromeHiddenBefore).to.be(true);