Skip to content

Commit f02fad4

Browse files
authored
Skip failing test in CI (#75266)
1 parent 773883f commit f02fad4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

x-pack/plugins/cross_cluster_replication/public/__jest__/client_integration/auto_follow_pattern_list.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,10 @@ describe('<AutoFollowPatternList />', () => {
338338
expect(exists('deleteAutoFollowPatternConfirmation')).toBe(true);
339339
});
340340

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

0 commit comments

Comments
 (0)