From 1c4d8f5ea62ddcbaf58d9dd7d1a9b6cdfb73c91d Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 27 May 2026 12:59:14 +0200 Subject: [PATCH] Re-enable Azure Disk load test In Nov 2024 Microsoft wrote that they're deploying a fix for OCPBUGS-42363 in 2025. It's mid 2026, let's try to enable the test. --- test/e2e/azure-disk/ocp-manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/azure-disk/ocp-manifest.yaml b/test/e2e/azure-disk/ocp-manifest.yaml index 180a04c1a..b32786821 100644 --- a/test/e2e/azure-disk/ocp-manifest.yaml +++ b/test/e2e/azure-disk/ocp-manifest.yaml @@ -1,4 +1,4 @@ Driver: disk.csi.azure.com LUNStressTest: - PodsTotal: 10 # See OCPBUGS-41265, Azure reboots a node under a heavy attach/detach load + PodsTotal: 260 Timeout: "60m" # The test needs ~40 min in ideal conditions.