mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#211174)
This commit is contained in:
parent
d1d1b6b063
commit
2b5214f9e1
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
describe('ES|QL mode', () => {
|
||||
describe('Log Level Badge Cell', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/211174
|
||||
describe.skip('Log Level Badge Cell', () => {
|
||||
it('should render log.level badge cell', async () => {
|
||||
const state = kbnRison.encode({
|
||||
dataSource: { type: 'esql' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue