mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
skip flaky suite (#225446)
This commit is contained in:
parent
bb547ad2eb
commit
70fec45522
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('Search Homepage', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/225446
|
||||
describe.skip('Search Homepage', function () {
|
||||
describe('as admin', function () {
|
||||
before(async () => {
|
||||
await pageObjects.svlCommonPage.loginAsAdmin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue