Skip to content

Commit

Permalink
skip flaky suite. #70928
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 23, 2021
1 parent 54d0621 commit 55d4791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional_embedded/tests/iframe_embedded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 55d4791

Please sign in to comment.