Commit graph

7 commits

Author SHA1 Message Date
Dzmitry Lemechko
8436f45fd1
FTR: enable ESLint mocha rules for api integration tests (#191267)
## Summary

Follow-up to #190690

Most of API integration tests does not match the path pattern set in the
original PR (thanks @pheyos for catching it) and where not updated.
This PR updates `.eslintrc.js` with explicit patterns to lint
api_integration tests. Hopefully it is final change, but I rely on code
owners to double check it.

Most of the changes are trivial adjustments:
- duplicated before/after hooks `mocha/no-sibling-hooks`
- duplicated test titles `mocha/no-identical-title`
- async function in describe() `mocha/no-async-describe`

---------

Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com>
2024-08-30 18:50:35 +02:00
Tiago Costa
7cae451553
skip flaky suite (#133259) 2022-09-28 14:25:28 +01:00
Nicolas Chaulet
bb05fa7d24
[Fleet] Remove unsupported output_id property from package policy (#139314) 2022-08-25 09:43:17 -07:00
Lee Drengenberg
f2c20b7c9f
[Archive Migration] batch 2 of removing es_archives/empty_kibana (#138208)
* replace es_archives/empty_kibana with kibanaServer.savedObjects.cleanStandardList

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* add missing kibanaServer

* add a tearDown

* revert changes that don't pass

* revert fleet_setup, delete spaces in tearDown

* Don't fail on deleting spaces

* revert file for failing test

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-08-23 12:31:39 -07:00
Patryk Kopyciński
06aa51602d
[Osquery] Run packs live (#132198) 2022-07-25 09:16:21 +02:00
Tomasz Ciecierski
e658374166
[Osquery] Trying to reproduce flaky test (#134881) 2022-06-24 12:25:09 +02:00
Tomasz Ciecierski
5ecde4b053
[Osquery] Add multiline query support (#131224) 2022-05-19 09:21:50 +02:00