Skip to content

Commit

Permalink
Drop these.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Sep 2, 2024
1 parent 18a38c5 commit 0c26add
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion x-pack/test/load/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
require.resolve('../functional/config.base.js')
);

// FIXME Just triggering a change for ci purposes
return {
...kibanaCommonTestsConfig.getAll(),

Expand Down
1 change: 0 additions & 1 deletion x-pack/test/osquery_cypress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
return {
...kibanaCommonTestsConfig.getAll(),

// FIXME Just triggering a change for ci purposes
servers: {
...kibanaCommonTestsConfig.get('servers'),
fleetserver: {
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/saved_objects_field_count/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
return {
...kibanaCommonTestsConfig.getAll(),

// FIXME Just triggering a change for ci purposes
services: {
...commonFunctionalServices,
},
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/security_solution_cypress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
return {
...kibanaCommonTestsConfig.getAll(),

// FIXME Just triggering a change for ci purposes
esTestCluster: {
...xpackFunctionalTestsConfig.get('esTestCluster'),
serverArgs: [
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/threat_intelligence_cypress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
return {
...kibanaCommonTestsConfig.getAll(),

// FIXME Just triggering a change for ci purposes
services,

esTestCluster: {
Expand Down

0 comments on commit 0c26add

Please sign in to comment.