Skip to content

Commit

Permalink
skip failing test suite (elastic#203905)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CAWilson94 committed Dec 12, 2024
1 parent e5d5747 commit e01737c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
import { interceptActionRequests, sendActionResponse } from '../../../tasks/isolate';
import { login } from '../../../tasks/login';

describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/203905
describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
beforeEach(() => {
login();
});
Expand Down

0 comments on commit e01737c

Please sign in to comment.