mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#136000)
This commit is contained in:
parent
d16c8bbca9
commit
e902476dde
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
return true;
|
||||
}
|
||||
|
||||
describe('Observability Rule Details page', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/136000
|
||||
describe.skip('Observability Rule Details page', function () {
|
||||
this.tags('includeFirefox');
|
||||
|
||||
let uptimeRuleId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue