File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ func (OperatorDeployment) setEnableMetadata(value bool) error {
7373 return err
7474 }
7575
76+ // FIXME: wait for the change to be propagated to the pods (see e2e/rbd.go)
77+
7678 return nil
7779}
7880
Original file line number Diff line number Diff line change @@ -5221,6 +5221,12 @@ var _ = Describe("RBD", func() {
52215221 cephCSINamespace , rbdDeployment .getDeploymentName (), err )
52225222 }
52235223
5224+ // FIXME: OperatorDeployment.setEnableMetadata() should wait
5225+ if testOperator {
5226+ // give ceph-csi-operator time to apply the change
5227+ time .Sleep (1 * time .Minute )
5228+ }
5229+
52245230 pvcSmartClone , err := loadPVC (pvcSmartClonePath )
52255231 if err != nil {
52265232 logAndFail ("failed to load PVC: %v" , err )
You can’t perform that action at this time.
0 commit comments