mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[kbn-scout] update category of server integration tests (#210783)
## Summary Updates the test category for the server integration test configs from UI_TEST to UNIT_INTEGRATION_TEST.
This commit is contained in:
parent
ab414b4eff
commit
6bfd5a581a
4 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ export default async function ({ readConfigFile }) {
|
|||
const certificateAuthorities = [readFileSync(CA_CERT_PATH)];
|
||||
|
||||
return {
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UI_TEST,
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UNIT_INTEGRATION_TEST,
|
||||
testFiles: [require.resolve('.')],
|
||||
services: {
|
||||
...httpConfig.get('services'),
|
||||
|
|
|
@ -22,7 +22,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
|
|||
const redirectPort = httpConfig.get('servers.kibana.port') + 1234;
|
||||
|
||||
return {
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UI_TEST,
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UNIT_INTEGRATION_TEST,
|
||||
testFiles: [require.resolve('.')],
|
||||
services: {
|
||||
...httpConfig.get('services'),
|
||||
|
|
|
@ -17,7 +17,7 @@ export default async function ({ readConfigFile }) {
|
|||
const certificateAuthorities = [readFileSync(CA_CERT_PATH)];
|
||||
|
||||
return {
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UI_TEST,
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UNIT_INTEGRATION_TEST,
|
||||
testFiles: [require.resolve('.')],
|
||||
services: {
|
||||
...httpConfig.get('services'),
|
||||
|
|
|
@ -17,7 +17,7 @@ export default async function ({ readConfigFile }) {
|
|||
const certificateAuthorities = [readFileSync(CA1_CERT_PATH), readFileSync(CA2_CERT_PATH)];
|
||||
|
||||
return {
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UI_TEST,
|
||||
testConfigCategory: ScoutTestRunConfigCategory.UNIT_INTEGRATION_TEST,
|
||||
testFiles: [require.resolve('.')],
|
||||
services: {
|
||||
...httpConfig.get('services'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue