Skip to content

Commit 8b80577

Browse files
committed
Mark //ext/test/http:curl_http_test as flaky test as sometimes it may fail CI, so retry it few times
1 parent 3c64338 commit 8b80577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/test/http/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ otel_cc_test(
1010
"curl_http_test.cc",
1111
],
1212
tags = ["test"],
13+
# It hits the CI sometimes, so mark it as flaky
14+
flaky = True,
1315
deps = dll_deps([
1416
"//ext:headers",
1517
"//ext/src/http/client/curl:http_client_curl",

0 commit comments

Comments
 (0)