Skip to content

Commit

Permalink
skip flaky suite (#193294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 4ad1586 commit e98fa18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const synthtrace = getService('svlLogsSynthtraceClient');

describe('Onboarding Firehose Quickstart Flow', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193294
describe.skip('Onboarding Firehose Quickstart Flow', () => {
before(async () => {
await PageObjects.svlCommonPage.loginAsAdmin(); // Onboarding requires admin role
await PageObjects.common.navigateToUrlWithBrowserHistory(
Expand Down

0 comments on commit e98fa18

Please sign in to comment.