mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#167561)
This commit is contained in:
parent
460a84e4f9
commit
05a7d30072
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const lensTag = 'extreme-lens-tag';
|
||||
const lensTitle = 'lens tag test';
|
||||
|
||||
describe('lens tagging', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167561
|
||||
describe.skip('lens tagging', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
|
||||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue