mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#213990)
This commit is contained in:
parent
0a10dbfd20
commit
52b2708d79
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
let supertest: TestAgent;
|
||||
|
||||
describe('Timeline', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/213990
|
||||
describe.skip('Timeline', () => {
|
||||
before(async () => (supertest = await utils.createSuperTest()));
|
||||
|
||||
describe('timelines', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue