diff --git a/integration/test/nvme_test.go b/integration/test/nvme_test.go index 67c58c4..fb637b5 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) + t.Skip("temporarily disabled due to aff cluster issue") tests := []struct { name string