skip "adds correctly a filter to the global search bar" #86552

This commit is contained in:
Jonathan Budzenski 2020-12-28 14:49:05 -06:00
parent db2f7e6bbb
commit 4290b58b6a

View file

@ -13,7 +13,7 @@ import { HOSTS_URL } from '../urls/navigation';
import { waitForAllHostsToBeLoaded } from '../tasks/hosts/all_hosts';
import { cleanKibana } from '../tasks/common';
describe('SearchBar', () => {
describe.skip('SearchBar', () => {
before(() => {
cleanKibana();
loginAndWaitForPage(HOSTS_URL);