mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#213300)
This commit is contained in:
parent
2bf0827fc6
commit
508f4f4eb5
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue