Skip to content

Commit

Permalink
Revert "Skip tests that depend on 8.17.1-SNAPSHOT artifacts being ava…
Browse files Browse the repository at this point in the history
…ilable (…" (#4215)

This reverts commit 033f046.
  • Loading branch information
ycombinator authored Dec 18, 2024
1 parent 033f046 commit 478f04e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ steps:

- label: ":gcloud: Cloud e2e Test"
key: "cloud-e2e-test"
skip: "8.17.1-SNAPSHOT not available on ESS"
command: ".buildkite/scripts/cloud_e2e_test.sh"
agents:
provider: "gcp"
Expand Down
1 change: 0 additions & 1 deletion testing/e2e/agent_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ type Artifact struct {
}

func TestAgentInstallSuite(t *testing.T) {
t.Skip("temporary skip until elastic-agent-8.17.1-SNAPSHOT artifact is available")
suite.Run(t, new(AgentInstallSuite))
}

Expand Down

0 comments on commit 478f04e

Please sign in to comment.