cert-manager/test
Ashley Davis f2d8a33dd7
Add a build tag for the e2e test only
This was initially part of #4565 which was closed in favour of moving
integration tests, but the consensus was that the e2e test is a special
case.

The e2e test requires so much more ahead-of-time setup that our bazel
build flow special cases it by marking it manual. This is a `go test`
equivalent to that, which enables the e2e test to remain under the test/
directory while still allowing `go test ./test/...` to work generally
for all other tests.

We'll add make targets for the e2e tests down the road. For now, we add
the build tag and define it in bazel so this commit should be a no-op
in effect.

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-01-17 15:32:30 +00:00
..
acme/dns refactor: move from io/ioutil to io and os package 2021-08-23 19:50:42 +08:00
e2e Add a build tag for the e2e test only 2022-01-17 15:32:30 +00:00
fixtures Adds an upgrade test 2021-07-06 17:21:58 +01:00
integration Merge pull request #4730 from SgtCoDFish/movednstest 2022-01-13 11:10:04 +00:00
internal Re-organise and extend path loading logic to make it easier to run integration tests using Delve/GoLand 2022-01-06 15:22:39 +00:00
unit Makes some minor API naming changes, and clears up some docs around the 2022-01-14 20:00:26 +00:00
OWNERS