Skip to content

Commit

Permalink
Merge branch 'main' into 165812-infra-ui-rename-disk-usage-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jennypavlova authored Sep 7, 2023
2 parents 60c8182 + edde886 commit e5144ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"previousMinor": true
},
{
"version": "8.9.2",
"version": "8.9.3",
"branch": "8.9",
"currentMajor": true,
"previousMinor": false
},
{
"version": "7.17.13",
"version": "7.17.14",
"branch": "7.17",
"previousMajor": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function ({ getService }) {
const es = getService('es');
const esArchiver = getService('esArchiver');

describe('index_patterns/* error handler', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165944
describe.skip('index_patterns/* error handler', () => {
let indexNotFoundError;
let docNotFoundError;
before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['observabilityLogExplorer', 'svlCommonNavigation']);

describe('Application', () => {
// FLAKY: https://github.com/elastic/kibana/issues/165943
describe.skip('Application', () => {
it('is shown in the global search', async () => {
await PageObjects.observabilityLogExplorer.navigateTo();
await PageObjects.svlCommonNavigation.search.showSearch();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const browser = getService('browser');

describe('navigation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/165629
describe.skip('navigation', function () {
before(async () => {
await svlSecNavigation.navigateToLandingPage();
});
Expand Down

0 comments on commit e5144ca

Please sign in to comment.