Skip to content

Commit

Permalink
Remove skip label from flaky test and add fix for it
Browse files Browse the repository at this point in the history
  • Loading branch information
yansavitski committed Nov 14, 2024
1 parent 40eb962 commit 7c9470d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.embeddedConsole.clickEmbeddedConsoleControlBar();
});

// FLAKY: https://github.com/elastic/kibana/issues/197144
describe.skip('With data', () => {
describe('With data', () => {
before(async () => {
await es.index({
index: indexName,
refresh: true,
body: {
my_field: [1, 0, 1],
},
Expand Down

0 comments on commit 7c9470d

Please sign in to comment.