Skip to content

Commit

Permalink
skip failing test suite (#205545)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 6, 2025
1 parent 99f5e32 commit 2fc2019
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
]);
};

describe('Dataset quality summary', () => {
// Failing: See https://github.com/elastic/kibana/issues/205545
describe.skip('Dataset quality summary', () => {
before(async () => {
await synthtrace.index(getInitialTestLogs({ to, count: 4 }));
await PageObjects.svlCommonPage.loginAsViewer();
Expand Down

0 comments on commit 2fc2019

Please sign in to comment.