Skip to content

Commit

Permalink
Skip tests that depend on 8.17.1-SNAPSHOT artifacts being available (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored Dec 13, 2024
1 parent e8883f1 commit 033f046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ 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: 1 addition & 0 deletions testing/e2e/agent_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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 033f046

Please sign in to comment.