mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Skip failing time series tests #31705
This commit is contained in:
parent
2baa83bc4b
commit
b6137002e5
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
|
||||
describe('visual builder', function describeIndexTests() {
|
||||
|
||||
describe('Time Series', function () {
|
||||
// https://github.com/elastic/kibana/issues/31705
|
||||
describe.skip('Time Series', function () {
|
||||
before(async () => {
|
||||
await PageObjects.visualBuilder.resetPage();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue