mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#70928)
This commit is contained in:
parent
56794718c7
commit
3a52eaf7ee
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue