bazel: remove external tag (#60355)

* bazel: remove external tag

* add external back and add comment
This commit is contained in:
William Bezuidenhout 2024-02-12 17:34:14 +02:00 committed by GitHub
parent f0983aa290
commit aafb550cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,8 @@ go_test(
srcs = ["e2e_test.go"],
embed = [":qa"],
tags = [
# We mark this as external because:
# This test runs against an external environment, so results can change even if the test did not (so, we don't want caching)
"external",
"requires-network",
],