Skip to content

Commit

Permalink
skip failing test suite (#213300)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 6, 2025
1 parent 2bf0827 commit 508f4f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dataGrid = getService('dataGrid');
const browser = getService('browser');

describe('extension getAdditionalCellActions', () => {
// Failing: See https://github.com/elastic/kibana/issues/213300
describe.skip('extension getAdditionalCellActions', () => {
describe('ES|QL mode', () => {
it('should render additional cell actions for logs data source', async () => {
const state = kbnRison.encode({
Expand Down

0 comments on commit 508f4f4

Please sign in to comment.