cephfs: re-enabled the skipped test for cephfs

cephfs test was disabled because there was bug in ceph related to ftruncate
the ceph bug is resolved, so re-enabling the cephfs test

Closes: https://github.com/ceph/go-ceph/issues/439
Signed-off-by: parth-gr <paarora@redhat.com>
This commit is contained in:
parth-gr 2021-08-12 10:22:16 +05:30 committed by mergify[bot]
parent 4f9322e9f1
commit 882da262a3
1 changed files with 0 additions and 1 deletions

View File

@ -934,7 +934,6 @@ func TestFileTruncate(t *testing.T) {
})
t.Run("closedFile", func(t *testing.T) {
t.Skip("test fails because of a bug(?) in ceph")
// "touch" the file
f1, err := mount.Open(fname, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
assert.NoError(t, err)