mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
091b5c133b
commit
fc53c18fa4
1 changed files with 1 additions and 2 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue