skip failing suite (#69595)

This commit is contained in:
spalger 2020-06-19 14:47:57 -07:00
parent 7c7191f794
commit 6fe244ecba

View file

@ -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();