Skip to content

Commit

Permalink
Revert "skip failing test suite (elastic#203919)"
Browse files Browse the repository at this point in the history
This reverts commit 83024bf.
  • Loading branch information
tomsonpl committed Dec 13, 2024
1 parent dcfb018 commit dd2b0ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import {
import { interceptActionRequests, sendActionResponse } from '../../../tasks/isolate';
import { login } from '../../../tasks/login';

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

0 comments on commit dd2b0ef

Please sign in to comment.