Skip to content

Commit f30b83d

Browse files
Enable agent container e2e tests (#4870)
* Enable agent container e2e tests * Add a retry for integration and e2e tests * Try setting ryuk to priviledged container
1 parent 5fcebea commit f30b83d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

testing/e2e/agent_container_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ type AgentContainerSuite struct {
3737
}
3838

3939
func 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

0 commit comments

Comments
 (0)