We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c64338 commit 8b80577Copy full SHA for 8b80577
ext/test/http/BUILD
@@ -10,6 +10,8 @@ otel_cc_test(
10
"curl_http_test.cc",
11
],
12
tags = ["test"],
13
+ # It hits the CI sometimes, so mark it as flaky
14
+ flaky = True,
15
deps = dll_deps([
16
"//ext:headers",
17
"//ext/src/http/client/curl:http_client_curl",
0 commit comments