From 23b5334b276b283258031097884f156ccd8adcae Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Wed, 25 Mar 2026 09:34:43 -0500 Subject: [PATCH] test: rename cluster integration tests to run last Cluster tests create a 2-node cluster that cannot be torn down via API (quorum loss). Prefix with ZZ so they execute after all other integration tests that assume standalone nodes. Co-Authored-By: Claude Opus 4.6 (1M context) --- ...tegration.Tests.ps1 => ZZ.ClusterConfig.Integration.Tests.ps1} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/PSProxmoxVE.Tests/Integration/{ClusterConfig.Integration.Tests.ps1 => ZZ.ClusterConfig.Integration.Tests.ps1} (100%) diff --git a/tests/PSProxmoxVE.Tests/Integration/ClusterConfig.Integration.Tests.ps1 b/tests/PSProxmoxVE.Tests/Integration/ZZ.ClusterConfig.Integration.Tests.ps1 similarity index 100% rename from tests/PSProxmoxVE.Tests/Integration/ClusterConfig.Integration.Tests.ps1 rename to tests/PSProxmoxVE.Tests/Integration/ZZ.ClusterConfig.Integration.Tests.ps1