[Detection Engine] - Unskip flakey test after running through test runner (#161566)

## Summary

Resolving 155122 . Unskipping
after running through flakey test runner 100 times.
This commit is contained in:
Yara Tercero 2023-07-11 11:48:19 -07:00 committed by GitHub
parent 091b5c133b
commit fc53c18fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -490,8 +490,7 @@ export default ({ getService }: FtrProviderContext) => {
});
});
// FLAKY: https://github.com/elastic/kibana/issues/155122
describe.skip('working against string values in the data set', () => {
describe('working against string values in the data set', () => {
it('will return 3 results if we have a list that includes 1 double', async () => {
await importFile(supertest, log, 'double', ['1.0'], 'list_items.txt');
const rule = getRuleForSignalTesting(['double_as_string']);