Skip to content

Commit

Permalink
skip flaky suite (#97067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 26, 2021
1 parent eeee32e commit a99bccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/uptime/public/pages/settings.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { act } from 'react-dom/test-utils';
import * as alertApi from '../state/api/alerts';

describe('settings', () => {
describe('form', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97067
describe.skip('form', () => {
beforeAll(() => {
jest.spyOn(alertApi, 'fetchActionTypes').mockImplementation(async () => [
{
Expand Down

0 comments on commit a99bccf

Please sign in to comment.