skip flaky suite (#211174)

This commit is contained in:
Tiago Costa 2025-02-14 11:26:28 +00:00
parent d1d1b6b063
commit 2b5214f9e1
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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' },