mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#132953)
This commit is contained in:
parent
e92ed9ff32
commit
93b619714a
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ import { FtrProviderContext } from '../../../services';
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const ebtServerHelper = getService('kibana_ebt_server');
|
||||
|
||||
describe('core-overall_status_changed', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/132953
|
||||
describe.skip('core-overall_status_changed', () => {
|
||||
let initialEvent: Event;
|
||||
let secondEvent: Event;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue