Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into bump-node20
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 19, 2023
2 parents 1bbf14b + 2f76500 commit 683b55d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await PageObjects.header.waitUntilLoadingHasFinished();
}

describe('Fields existence info', () => {
// FLAKY: https://github.com/elastic/kibana/issues/172781
describe.skip('Fields existence info', () => {
before(async () => {
await esArchiver.load(
'test/api_integration/fixtures/es_archiver/index_patterns/constant_keyword'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('index pattern edit', function () {
// FLAKY: https://github.com/elastic/kibana/issues/173564
describe.skip('index pattern edit', function () {
it('should update field list', async function () {
await PageObjects.settings.editIndexPattern(
'kibana_sample_data_flights',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

// Failing: See https://github.com/elastic/kibana/issues/173580
// FLAKY: https://github.com/elastic/kibana/issues/173558
// FLAKY: https://github.com/elastic/kibana/issues/173572
describe.skip('runtime fields', function () {
this.tags(['skipFirefox']);

Expand Down

0 comments on commit 683b55d

Please sign in to comment.