diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 384b6919229c5..0ee9e4efac864 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1919,6 +1919,8 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security /x-pack/test/api_integration/deployment_agnostic/feature_flag_configs/stateful/oblt.index.ts @elastic/appex-qa # temporarily due to SKA tests relocation /x-pack/test/api_integration/deployment_agnostic/feature_flag_configs/stateful/oblt.stateful.config.ts @elastic/appex-qa # temporarily due to SKA tests relocation /x-pack/platform/test/serverless @elastic/appex-qa +/x-pack/platform/test/.gitignore @elastic/appex-qa +/x-pack/solutions/**/test/.gitignore @elastic/appex-qa # Core /src/platform/test/api_integration/fixtures/kbn_archiver/management/saved_objects/relationships.json @elastic/kibana-core @elastic/kibana-data-discovery diff --git a/x-pack/platform/test/.gitignore b/x-pack/platform/test/.gitignore new file mode 100644 index 0000000000000..486b3515bbbcf --- /dev/null +++ b/x-pack/platform/test/.gitignore @@ -0,0 +1,4 @@ +/functional/failure_debug +/functional/screenshots +/functional/apps/**/reports/session +/reporting/configs/failure_debug/ diff --git a/x-pack/solutions/observability/test/.gitignore b/x-pack/solutions/observability/test/.gitignore new file mode 100644 index 0000000000000..2e9bd958d18eb --- /dev/null +++ b/x-pack/solutions/observability/test/.gitignore @@ -0,0 +1,2 @@ +/functional/failure_debug +/functional/screenshots diff --git a/x-pack/solutions/search/test/.gitignore b/x-pack/solutions/search/test/.gitignore new file mode 100644 index 0000000000000..2e9bd958d18eb --- /dev/null +++ b/x-pack/solutions/search/test/.gitignore @@ -0,0 +1,2 @@ +/functional/failure_debug +/functional/screenshots diff --git a/x-pack/solutions/security/test/.gitignore b/x-pack/solutions/security/test/.gitignore new file mode 100644 index 0000000000000..2e9bd958d18eb --- /dev/null +++ b/x-pack/solutions/security/test/.gitignore @@ -0,0 +1,2 @@ +/functional/failure_debug +/functional/screenshots