Skip to content

Commit

Permalink
skip failing test suite (#191153)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 23, 2024
1 parent 08f0ed0 commit 476018a
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 panelActions = getService('dashboardPanelActions');
const kibanaServer = getService('kibanaServer');

describe('Metric', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/191153
describe.skip('Metric', function describeIndexTests() {
const fixture =
'x-pack/test_serverless/functional/fixtures/kbn_archiver/lens/open_in_lens/agg_based/metric.json';

Expand Down

0 comments on commit 476018a

Please sign in to comment.