mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#180236)
This commit is contained in:
parent
c0e7e1b140
commit
ab1acf209b
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue