mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite. #70928
This commit is contained in:
parent
44ebc8b8af
commit
f5ccf18da1
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue