Skip to content

Commit

Permalink
Skip failing test in CI (#75266)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga authored Aug 18, 2020
1 parent 773883f commit f02fad4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,10 @@ describe('<AutoFollowPatternList />', () => {
expect(exists('deleteAutoFollowPatternConfirmation')).toBe(true);
});

test('should display the recent errors', async () => {
// This test is failing in CI, skipping for now
// we will need to remove the calls to "await nextTick()"";
// Issue: https://github.com/elastic/kibana/issues/75261
test.skip('should display the recent errors', async () => {
const message = 'bar';
const recentAutoFollowErrors = [
{
Expand Down

0 comments on commit f02fad4

Please sign in to comment.