Skip to content

Commit

Permalink
skip failing test suite (elastic#180703)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 12, 2024
1 parent 39a8ed2 commit 46ccce9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default ({ getService }: FtrProviderContext): void => {

const TASK_ID = 'serverless-security:nlp-cleanup-task:1.0.0';

describe('@serverless NLP Cleanup Task in Essentials Tier', () => {
// Failing: See https://github.com/elastic/kibana/issues/180703
describe.skip('@serverless NLP Cleanup Task in Essentials Tier', () => {
describe('New Essentials Deployment', () => {
it('registers and enables NLP Cleanup Task', async () => {
const task = await kibanaServer.savedObjects.get({
Expand Down

0 comments on commit 46ccce9

Please sign in to comment.