Skip to content

Commit

Permalink
[data views] Reenable runtime field creation test on serverless (elas…
Browse files Browse the repository at this point in the history
…tic#180241)

## Summary

Manually ran against a qa instance I set up myself - and it passed!

Closes elastic#178939

Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Dzmitry Lemechko <[email protected]>
  • Loading branch information
3 people authored Apr 8, 2024
1 parent c2adb13 commit 87491d6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

describe('runtime fields', function () {
// Bug: https://github.com/elastic/kibana/issues/178939
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 87491d6

Please sign in to comment.