File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,15 @@ steps:
149149 plugins :
150150 - *bk_analytics_token_plugin
151151 - *test_collector_plugin
152+ retry :
153+ automatic :
154+ limit : 1
152155
153156 - label : " E2E Test"
154157 key : " e2e-test"
155158 command : " .buildkite/scripts/e2e_test.sh"
159+ env :
160+ TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED : " true"
156161 agents :
157162 provider : " gcp"
158163 artifact_paths :
@@ -161,6 +166,9 @@ steps:
161166 plugins :
162167 - *bk_analytics_token_plugin
163168 - *test_collector_plugin
169+ retry :
170+ automatic :
171+ limit : 1
164172
165173 - label : " :junit: Junit annotate"
166174 plugins :
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ type AgentContainerSuite struct {
3737}
3838
3939func TestAgentContainerSuite (t * testing.T ) {
40- t .Skip ("Flakey test suite skipped. See https://github.com/elastic/fleet-server/issues/3909" )
4140 suite .Run (t , new (AgentContainerSuite ))
4241}
4342
You can’t perform that action at this time.
0 commit comments