[Security Solution] Skip flaky test due to package change (#163892)

## Summary

Skipping this test as it is broken, currently.

Skip ticket: https://github.com/elastic/kibana/issues/160274


### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kevin Logan 2023-08-14 18:55:06 -04:00 committed by GitHub
parent 3934ce3189
commit a1a4c44695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,7 +394,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});
describe('get metadata transforms', () => {
// FLAKY: https://github.com/elastic/kibana/issues/160274
describe.skip('get metadata transforms', () => {
const testRegex = /endpoint\.metadata_(united|current)-default-*/;
it('should respond forbidden if no fleet access', async () => {