Skip to content

Commit

Permalink
skip failing test suite (elastic#182932)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 8, 2024
1 parent d38cf12 commit da78b1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import { getHostIpFilter } from '../../../objects/filter';
import { hostsUrl } from '../../../urls/navigation';
import { waitForAllHostsToBeLoaded } from '../../../tasks/hosts/all_hosts';

describe('SearchBar', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/182932
describe.skip('SearchBar', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
visitWithTimeRange(hostsUrl('allHosts'));
Expand Down

0 comments on commit da78b1b

Please sign in to comment.