Skip to content

Commit

Permalink
[skip test] data views management ui tests (#178739)
Browse files Browse the repository at this point in the history
## Summary

Skipping e2e tests consistently failing on MKI #178733

---------

Co-authored-by: Robert Oskamp <[email protected]>
  • Loading branch information
dmlemeshko and pheyos authored Mar 14, 2024
1 parent 36b9fbb commit b8c13ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const es = getService('es');

describe('index pattern filter', function describeIndexTests() {
// https://github.com/elastic/kibana/issues/178733
this.tags('failsOnMKI');
before(async function () {
await kibanaServer.savedObjects.cleanStandardList();
await kibanaServer.uiSettings.replace({});
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');

describe('runtime fields', function () {
// https://github.com/elastic/kibana/issues/178733
this.tags('failsOnMKI');
before(async function () {
await browser.setWindowSize(1200, 800);
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
Expand Down

0 comments on commit b8c13ba

Please sign in to comment.