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 }