Skip to content

Commit

Permalink
unskipping a test to check on CI and FTR (elastic#139756)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni authored Sep 9, 2022
1 parent 98f671b commit fb157fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/console/_comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
}

// FLAKY: https://github.com/elastic/kibana/issues/138160
describe.skip('with single line comments', async () => {
describe('with single line comments', async () => {
await runTests(
[
{
Expand Down Expand Up @@ -128,6 +127,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
body: '{\n "query": \'\'', // E.g. using single quotes
},
],

async () => {
expect(await PageObjects.console.hasInvalidSyntax()).to.be(true);
}
Expand Down

0 comments on commit fb157fa

Please sign in to comment.