mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#104409)
This commit is contained in:
parent
98942050c9
commit
79608dcc9e
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.timePicker.setDefaultAbsoluteRange();
|
||||
});
|
||||
|
||||
describe('query', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104409
|
||||
describe.skip('query', function () {
|
||||
const queryName1 = 'Query # 1';
|
||||
|
||||
it('should show correct time range string by timepicker', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue