Skip to content

Commit

Permalink
skip failing suite (#69595)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 19, 2020
1 parent 7c7191f commit 6fe244e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { hostIpFilter } from '../objects/filter';
import { HOSTS_PAGE } from '../urls/navigation';
import { waitForAllHostsToBeLoaded } from '../tasks/hosts/all_hosts';

describe('SearchBar', () => {
// FAILING: https://github.com/elastic/kibana/issues/69595
describe.skip('SearchBar', () => {
before(() => {
loginAndWaitForPage(HOSTS_PAGE);
waitForAllHostsToBeLoaded();
Expand Down

0 comments on commit 6fe244e

Please sign in to comment.