mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#140507)
This commit is contained in:
parent
46a1125076
commit
30af54d0a0
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const PageObjects = getPageObjects(['header']);
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Observability overview', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/140507
|
||||
describe.skip('Observability overview', function () {
|
||||
this.tags('includeFirefox');
|
||||
|
||||
const observability = getService('observability');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue