skip failing test suite (#180236)

This commit is contained in:
Kibana Machine 2024-04-08 04:22:16 -04:00
parent c0e7e1b140
commit ab1acf209b

View file

@ -80,7 +80,8 @@ export default ({ getService }: FtrProviderContext) => {
return testId;
};
describe('@ess @serverless New terms type rules', () => {
// Failing: See https://github.com/elastic/kibana/issues/180236
describe.skip('@ess @serverless New terms type rules', () => {
before(async () => {
await esArchiver.load(path);
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/new_terms');