Skip to content

Commit

Permalink
chore: add sequetial section to e2e tests Readme (#4545)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored May 17, 2023
1 parent 29e1429 commit c1746a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go test -v -tags e2e ./scalers/azure_queue/azure_queue_test.go # Assumes that se
> **Note**
> On macOS you might need to set following environment variable in order to run the tests: `GOOS="darwin"`
>
> eg. `GOOS="darwin" go test -v tags e2e ...`
> eg. `GOOS="darwin" go test -v -tags e2e ...`
Refer to [this](https://pkg.go.dev/testing) for more information about testing in `Go`.

Expand Down Expand Up @@ -66,6 +66,7 @@ Test are split in different folders based on what it's testing:
- `internals`: KEDA internals (ie: HPA related stuff).
- `scalers`: Anything related with scalers.
- `secret-providers`: Anything related with how KEDA gets the secrets for working (ie: pod-identity, vault, etc).
- `sequential`: Tests that can't be run in parallel with other tests (eg. the test modifies KEDA installation or configuration, etc.).
#### ⚠⚠ Important: ⚠⚠
>
Expand Down

0 comments on commit c1746a9

Please sign in to comment.