From afb0324548112ab175a0100bc53f27c6b06b62c3 Mon Sep 17 00:00:00 2001 From: hardikl Date: Fri, 15 May 2026 22:22:35 +0530 Subject: [PATCH] refactor: disable nvme tools in ci --- integration/test/nvme_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test/nvme_test.go b/integration/test/nvme_test.go index 67c58c4..877f6bd 100644 --- a/integration/test/nvme_test.go +++ b/integration/test/nvme_test.go @@ -17,7 +17,7 @@ const NvmeCluster = "aff" const NvmeClusterStr = "On the " + NvmeCluster + " cluster, " func TestNVMe(t *testing.T) { - SkipIfMissing(t, CheckTools) + SkipIfMissing(t, "CHECK_TOOLSS") // Temp disable due to aff cluster issue tests := []struct { name string