Skip to content

Commit

Permalink
skip "adds correctly a filter to the global search bar" #86552
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 28, 2020
1 parent 7e30d3a commit f9a9db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f9a9db3

Please sign in to comment.