Skip to content

Commit

Permalink
skip failing test suite (elastic#194043)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 1, 2024
1 parent 748a0a3 commit 5da67c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const dataViews = getService('dataViews');

// Failing: See https://github.com/elastic/kibana/issues/194043
// Failing: See https://github.com/elastic/kibana/issues/194043
describe.skip('extension getRowIndicatorProvider', () => {
before(async () => {
Expand Down

0 comments on commit 5da67c7

Please sign in to comment.