Skip to content

Commit

Permalink
[skip on serverless] x-pack/test_serverless/functional/test_suites/co… (
Browse files Browse the repository at this point in the history
#181243)

…mmon/management/index_management/data_streams.ts

See issue for details: #181242

## Failing on Serverless

File last modified in: #173408

## Error message
Error: expected 'Error updating data retention: \'Request for uri
[/_data_stream/test-ds-1/_lifecycle] with method [DELETE] exists but is
not available when running in serverless mode\'' to contain 'Data
retention disabled'
    at Assertion.assert (expect.js:100:11)
    at Assertion.contain (expect.js:442:10)
    at Context. (data_streams.ts:137:54)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16)
  • Loading branch information
wayneseymour authored Apr 20, 2024
1 parent 654c0dc commit 7d84a44
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const TEST_DS_NAME = 'test-ds-1';

describe('Data Streams', function () {
// failsOnMKI, see https://github.com/elastic/kibana/issues/181242
this.tags(['failsOnMKI']);
before(async () => {
log.debug('Creating required data stream');
try {
Expand Down

0 comments on commit 7d84a44

Please sign in to comment.