Skip to content

Commit

Permalink
[CI] ensure tests for @elastic/safer-lodash-set only runs once (#77146)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Sep 10, 2020
1 parent 100afab commit fd08782
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions tasks/config/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ module.exports = function () {
args: ['scripts/test_hardening.js'],
}),

test_package_safer_lodash_set: scriptWithGithubChecks({
title: '@elastic/safer-lodash-set tests',
cmd: YARN,
args: ['--cwd', 'packages/elastic-safer-lodash-set', 'test'],
}),

apiIntegrationTests: scriptWithGithubChecks({
title: 'API integration tests',
cmd: NODE,
Expand Down
1 change: 0 additions & 1 deletion tasks/jenkins.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = function (grunt) {
'run:test_jest_integration',
'run:test_projects',
'run:test_hardening',
'run:test_package_safer_lodash_set',
'run:apiIntegrationTests',
]);
};
5 changes: 0 additions & 5 deletions test/scripts/test/safer_lodash_set.sh

This file was deleted.

1 change: 0 additions & 1 deletion vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test() {

kibanaPipeline.scriptTask('Jest Unit Tests', 'test/scripts/test/jest_unit.sh'),
kibanaPipeline.scriptTask('API Integration Tests', 'test/scripts/test/api_integration.sh'),
kibanaPipeline.scriptTask('@elastic/safer-lodash-set Tests', 'test/scripts/test/safer_lodash_set.sh'),
kibanaPipeline.scriptTask('X-Pack SIEM cyclic dependency', 'test/scripts/test/xpack_siem_cyclic_dependency.sh'),
kibanaPipeline.scriptTask('X-Pack List cyclic dependency', 'test/scripts/test/xpack_list_cyclic_dependency.sh'),
kibanaPipeline.scriptTask('X-Pack Jest Unit Tests', 'test/scripts/test/xpack_jest_unit.sh'),
Expand Down

0 comments on commit fd08782

Please sign in to comment.