aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/cpp/BUILD')
-rw-r--r--src/test/cpp/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/cpp/BUILD b/src/test/cpp/BUILD
index 20c36d552e..500974501d 100644
--- a/src/test/cpp/BUILD
+++ b/src/test/cpp/BUILD
@@ -37,12 +37,14 @@ cc_test(
name = "option_processor_test",
size = "small",
srcs = ["option_processor_test.cc"],
+ tags = ["requires_internet"],
deps = [
"//src/main/cpp:blaze_util",
"//src/main/cpp:option_processor",
"//src/main/cpp:workspace_layout",
"//src/main/cpp/util",
"//third_party:gtest",
+ "@com_googlesource_code_re2//:re2",
],
)