Skip to content

Commit

Permalink
skip flaky suite (elastic#184438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 3, 2024
1 parent 03639a2 commit 79e51d6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// Until then, the below describe block is added to cover the tests for the
// newly added degraded Fields Table. This must be merged under the above
// describe block once the tech debt is fixed.
describe('Dataset quality flyout with degraded fields', () => {
//
// FLAKY: https://github.com/elastic/kibana/issues/184438
describe.skip('Dataset quality flyout with degraded fields', () => {
const goodDatasetName = 'good';
const degradedDatasetName = 'degraded';
const today = new Date().toISOString();
Expand Down

0 comments on commit 79e51d6

Please sign in to comment.