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

# Backport

This will backport the following commits from `main` to `8.9`:
- [[Detection Engine] - Unskip flakey test after running through test
runner (#161566)](https://github.com/elastic/kibana/pull/161566)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Yara
Tercero","email":"yctercero@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-07-11T18:48:19Z","message":"[Detection
Engine] - Unskip flakey test after running through test runner
(#161566)\n\n## Summary\r\n\r\nResolving 155122 . Unskipping\r\nafter
running through flakey test runner 100
times.","sha":"fc53c18fa4adcbca5d195991c9581187512a5e78","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:
SecuritySolution","v8.9.0","Team:Detection
Engine","v8.10.0"],"number":161566,"url":"https://github.com/elastic/kibana/pull/161566","mergeCommit":{"message":"[Detection
Engine] - Unskip flakey test after running through test runner
(#161566)\n\n## Summary\r\n\r\nResolving 155122 . Unskipping\r\nafter
running through flakey test runner 100
times.","sha":"fc53c18fa4adcbca5d195991c9581187512a5e78"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161566","number":161566,"mergeCommit":{"message":"[Detection
Engine] - Unskip flakey test after running through test runner
(#161566)\n\n## Summary\r\n\r\nResolving 155122 . Unskipping\r\nafter
running through flakey test runner 100
times.","sha":"fc53c18fa4adcbca5d195991c9581187512a5e78"}}]}]
BACKPORT-->

Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2023-07-11 15:46:18 -04:00 committed by GitHub
parent 421a072903
commit ba98a47614
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']);