mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
bazel: remove external tag (#60355)
* bazel: remove external tag * add external back and add comment
This commit is contained in:
parent
f0983aa290
commit
aafb550cd7
@ -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",
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user