mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#174472)
This commit is contained in:
parent
595aab8c1b
commit
28bd2cd38c
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await findings.index.remove();
|
||||
});
|
||||
|
||||
describe('SearchBar', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/174472
|
||||
describe.skip('SearchBar', () => {
|
||||
it('add filter', async () => {
|
||||
// Filter bar uses the field's customLabel in the DataView
|
||||
await filterBar.addFilter({ field: 'Rule Name', operation: 'is', value: ruleName1 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue