From bea4b611582f8cb0afb81600c7c33f747af9c53a Mon Sep 17 00:00:00 2001 From: Maxime VISONNEAU Date: Tue, 28 Jan 2020 12:44:34 +0000 Subject: [PATCH] Fixed a failing test on a RBD mount scenario --- pkg/volume/rbd/rbd_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/volume/rbd/rbd_test.go b/pkg/volume/rbd/rbd_test.go index e58020ddadb..3c64ee7cf42 100644 --- a/pkg/volume/rbd/rbd_test.go +++ b/pkg/volume/rbd/rbd_test.go @@ -385,7 +385,6 @@ func TestPlugin(t *testing.T) { RBDPool: "pool1", RBDImage: "image1", FSType: "ext4", - ReadOnly: true, }, }, }),