skip failing test suite (#217739)

This commit is contained in:
Kibana Machine 2025-04-10 01:02:07 +02:00
parent e2f09452cc
commit cb0202e8c9

View file

@ -76,7 +76,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
},
};
describe('Observability alerts >', function () {
// Failing: See https://github.com/elastic/kibana/issues/217739
describe.skip('Observability alerts >', function () {
this.tags('includeFirefox');
const testSubjects = getService('testSubjects');
const retry = getService('retry');