From 1ac7e85eca2c9c59e48116dec656dd2de95f56da Mon Sep 17 00:00:00 2001 From: gagik Date: Fri, 13 Dec 2024 11:12:21 +0100 Subject: [PATCH] remove always failing test --- .evergreen.yml | 12 ------------ .evergreen/evergreen.yml.in | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/.evergreen.yml b/.evergreen.yml index 2ce796b26..8a4ff894d 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -8179,17 +8179,6 @@ tasks: mongosh_test_id: "types" mongosh_run_only_in_package: "types" task_name: ${task_name} - # TODO: This is an always failing test to check Foliage. Should be removed afterwards. - - name: test_always_failing - tags: ["assigned_to_jira_team_mongosh_mongosh", "unit-test"] - commands: - - command: shell.exec - type: setup - params: - working_dir: src - shell: bash - script: | - node -e "throw new Error()" ### # INTEGRATION TESTS @@ -15915,7 +15904,6 @@ buildvariants: - name: test_vscode - name: test_connectivity - name: test_apistrict - - name: test_always_failing - name: linux_coverage display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)" run_on: ubuntu2004-small diff --git a/.evergreen/evergreen.yml.in b/.evergreen/evergreen.yml.in index 968399ed8..861ce1c9e 100644 --- a/.evergreen/evergreen.yml.in +++ b/.evergreen/evergreen.yml.in @@ -1161,17 +1161,6 @@ tasks: mongosh_run_only_in_package: "<% out(packageName) %>" task_name: ${task_name} <% } %> - # TODO: This is an always failing test to check Foliage. Should be removed afterwards. - - name: test_always_failing - tags: ["assigned_to_jira_team_mongosh_mongosh", "unit-test"] - commands: - - command: shell.exec - type: setup - params: - working_dir: src - shell: bash - script: | - node -e "throw new Error()" ### # INTEGRATION TESTS @@ -1604,7 +1593,6 @@ buildvariants: - name: test_vscode - name: test_connectivity - name: test_apistrict - - name: test_always_failing - name: linux_coverage display_name: "Ubuntu 20.04 x64 (Coverage and Static Analysis Check)" run_on: ubuntu2004-small