Skip to content

Commit

Permalink
skip failing test suite (elastic#193294)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 18, 2024
1 parent 26a50f7 commit b67fa07
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', () => {
// Failing: See 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 b67fa07

Please sign in to comment.