Skip to content

Commit

Permalink
skip flaky suite (#66389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer committed Jul 1, 2020
1 parent 275fb97 commit bc802c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
} from '@testing-library/react-hooks';
import { useDelayedVisibility } from '.';

describe('useFetcher', () => {
// Failing: See https:/elastic/kibana/issues/66389
describe.skip('useFetcher', () => {
let hook: RenderHookResult<any, any>;

beforeEach(() => {
Expand Down

0 comments on commit bc802c3

Please sign in to comment.