From 5b0c65f5cafce65a3c42570ad378c0b6d5281d45 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 13 Dec 2024 14:47:47 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Skip=20tests=20that=20depend=20on=208?= =?UTF-8?q?.17.1-SNAPSHOT=20artifacts=20being=20available=20(=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 033f0469e077441a1c99f94bf5746204065e87eb. --- .buildkite/pipeline.yml | 1 - testing/e2e/agent_install_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c18c5af32..c06d0d1bf 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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" diff --git a/testing/e2e/agent_install_test.go b/testing/e2e/agent_install_test.go index 908b9ca19..e575a874a 100644 --- a/testing/e2e/agent_install_test.go +++ b/testing/e2e/agent_install_test.go @@ -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)) }