diff --git a/test/new-e2e/tests/agent-platform/step-by-step/step_by_step_test.go b/test/new-e2e/tests/agent-platform/step-by-step/step_by_step_test.go index 6a7dd091427ec..9f5dca28b68ac 100644 --- a/test/new-e2e/tests/agent-platform/step-by-step/step_by_step_test.go +++ b/test/new-e2e/tests/agent-platform/step-by-step/step_by_step_test.go @@ -261,6 +261,10 @@ func (is *stepByStepSuite) StepByStepSuseTest(VMclient *common.TestClient) { fileManager := VMclient.FileManager var err error + // Disable all existing non-datadog repos to avoid issues during refresh (which is hard to prevent zypper from doing spontaneously); + // we don't need them to install the Agent anyway + ExecuteWithoutError(nil, VMclient, "sudo rm /etc/zypp/repos.d/*.repo") + fileContent := fmt.Sprintf("[datadog]\n"+ "name = Datadog, Inc.\n"+ "baseurl = %s\n"+