skip flaky suite (#70928)

This commit is contained in:
Tiago Costa 2020-07-13 17:31:08 +01:00
parent 56794718c7
commit 3a52eaf7ee
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const config = getService('config');
const testSubjects = getService('testSubjects');
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);