Skip to content

Commit

Permalink
Revert "[SKIP ON MKI] 4 files from .../security/common_configs/config…
Browse files Browse the repository at this point in the history
….group5" (elastic#209138)

## Summary

This reverts commit ff07818.

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
davismcphee authored Jan 31, 2025
1 parent ef77adf commit b457cdd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};

describe('discover test', function describeIndexTests() {
// see details: https://github.com/elastic/kibana/issues/208982
this.tags(['failsOnMKI']);
before(async function () {
log.debug('load kibana index with default index pattern');
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const security = getService('security');

describe('discover data grid doc table', function describeIndexTests() {
// see details: https://github.com/elastic/kibana/issues/208982
this.tags(['failsOnMKI']);
before(async function () {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
log.debug('load kibana index with default index pattern');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};

describe('adhoc data views', function () {
// see details: https://github.com/elastic/kibana/issues/208982
this.tags(['failsOnMKI']);
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover.json');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};

describe('discover unsaved changes badge', function describeIndexTests() {
// see details: https://github.com/elastic/kibana/issues/208982
this.tags(['failsOnMKI']);
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
Expand Down

0 comments on commit b457cdd

Please sign in to comment.