Skip to content

Commit

Permalink
PMM-13132 Skip encryption-rotation test in main test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka committed Sep 19, 2024
1 parent 236ade5 commit d5e479d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
- v[0-9]+.[0-9]+.[0-9]+*

pull_request:
paths-ignore:
- "encryption-rotation/**"

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gen-mocks:
./bin/mockery --config .mockery.yaml

test-common: ## Run tests from API (and other shared) packages only (i.e it ignores directories that are explicitly listed)
go test $(shell go list ./... | grep -v -e admin -e agent -e managed -e api-tests -e qan-api2 -e update)
go test $(shell go list ./... | grep -v -e admin -e agent -e managed -e api-tests -e qan-api2 -e update -e encryption-rotation)

api-test: ## Run API tests on dev env.
go test -count=1 -race -p 1 -v ./api-tests/... -pmm.server-insecure-tls
Expand Down

0 comments on commit d5e479d

Please sign in to comment.