mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Index management] Unskip flaky enrich policies test (#171006)
This commit is contained in:
parent
0ddbfc0bba
commit
7a6d009002
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const POLICY_NAME = `policy-${Math.random()}`;
|
||||
|
||||
describe('Create enrich policy', function () {
|
||||
// TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="enrichPoliciesEmptyPromptCreateButton"])
|
||||
this.tags(['failsOnMKI']);
|
||||
before(async () => {
|
||||
log.debug('Creating test index');
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue