kibana/x-pack/test/kibana.jsonc
Dzmitry Lemechko 94dca8d650
[CODEOWNERS] fix appex-qa ownership (#189602)
## Summary

I noticed `elastic/appex-qa` is pinged for quite many PRs.

with #188606 some test folders became packages with `"owner":
"@elastic/appex-qa",`, that autmatically updated CODEOWNERS file with
appex-qa listed for basically every test path.


https://github.com/elastic/kibana/pull/188606/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7R878-R881

This PR removes `owner` for the following test "packages"
- x-pack/test_serverless 
- test 
- x-pack/test 

and CODEOWNERS file keeps these paths without specific owner.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-07-31 14:20:47 +02:00

6 lines
96 B
JSON

{
"type": "test-helper",
"id": "@kbn/test-suites-xpack",
"owner": [],
"devOnly": true
}