mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
unskipping a test to check on CI and FTR (#139756)
This commit is contained in:
parent
98f671b1d1
commit
fb157fab77
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
[
|
||||
{
|
||||
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue