mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#154726)
This commit is contained in:
parent
3925e93dbc
commit
55d5f11d13
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
const observability = getService('observability');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('Observability alerts / Add to case >', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/154726
|
||||
describe.skip('Observability alerts / Add to case >', function () {
|
||||
this.tags('includeFirefox');
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue