mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#167094)
This commit is contained in:
parent
ae90171637
commit
79e1508e7c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function upgradeAssistantESDeprecationLogsPageFunctionalTests({
|
|||
const testSubjects = getService('testSubjects');
|
||||
const es = getService('es');
|
||||
|
||||
describe('ES deprecation logs page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167094
|
||||
describe.skip('ES deprecation logs page', function () {
|
||||
this.tags(['skipFirefox', 'upgradeAssistant']);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue