Skip to content

Commit

Permalink
chore(tests): Remove unused tests (#15429)
Browse files Browse the repository at this point in the history
* chore(tests): Remove unused tests

`tests/api.rs` has been entirely commented out since 45da52c (chore: begin
upgrade to tokio 1.x (#5872) April 2021), and `tests/enterprise.rs` will be
moving out as well.

* Don't run enterprise tests
  • Loading branch information
bruceg authored Dec 2, 2022
1 parent 8ceb3c7 commit 3d5b53d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,264 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
- run: make test
env:
CARGO_BUILD_JOBS: 5
- run: make test-enterprise
- name: Upload test results
run: scripts/upload-test-results.sh
if: always()
Expand Down Expand Up @@ -251,7 +250,6 @@ jobs:
- run: echo "::add-matcher::.github/matchers/rust.json"
- run: make test
- run: make test-behavior
- run: make test-enterprise

test-windows:
name: Unit - Windows
Expand All @@ -262,7 +260,6 @@ jobs:
- uses: actions/checkout@v3
- run: .\scripts\environment\bootstrap-windows-2019.ps1
- run: make test
- run: make test-enterprise

test-vrl:
name: VRL - Linux
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,6 @@ test-behavior-%: ## Runs behavioral test for a given category
test-behavior: ## Runs all behavioral tests
test-behavior: test-behavior-transforms test-behavior-formats test-behavior-config

.PHONY: test-enterprise
test-enterprise: ## Runs enterprise related behavioral tests
${MAYBE_ENVIRONMENT_EXEC} cargo nextest run --workspace --no-fail-fast --no-default-features --features "enterprise-tests" --test enterprise

.PHONY: test-integration
test-integration: ## Runs all integration tests
test-integration: test-integration-amqp test-integration-apex test-integration-aws test-integration-axiom test-integration-azure test-integration-chronicle test-integration-clickhouse
Expand Down
Loading

0 comments on commit 3d5b53d

Please sign in to comment.