From e5ecab33993e72c296f319b8974e1891c6750136 Mon Sep 17 00:00:00 2001 From: yamatcha Date: Thu, 17 Oct 2024 04:24:40 +0000 Subject: [PATCH] fix --- e2e/partition_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/partition_test.go b/e2e/partition_test.go index 4f90f390..a35f1d13 100644 --- a/e2e/partition_test.go +++ b/e2e/partition_test.go @@ -37,7 +37,7 @@ var imagePullBackoffApplyYAML string //go:embed testdata/partition_volume_template.yaml var volumeTemplateApplyYAML string -var _ = Context("partition_test", func() { +var _ = Context("partition_test", Ordered, func() { if doUpgrade { return }