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