Skip to content

Commit

Permalink
skip failing test suite (#205316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 3, 2025
1 parent 2b9104c commit 326ca3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
TIME_SERIES = 'Time series',
}

describe('Data Streams', () => {
// Failing: See https://github.com/elastic/kibana/issues/205316
describe.skip('Data Streams', () => {
before(async () => {
log.debug('Creating required data stream');
try {
Expand Down

0 comments on commit 326ca3e

Please sign in to comment.