Skip to content

Commit 4af93c7

Browse files
committed
Remove test that is not valid anymore after fix #693
1 parent 01a7c7c commit 4af93c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

storage/mounts_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ func testMounting(t *testing.T, mp MountPoint, m Mount) {
7171
require.Equalf(t, m.Source(), source, "Error: %v", err)
7272
}
7373

74-
func TestAccDeleteInvalidMountFails(t *testing.T) {
75-
_, mp := mountPointThroughReusedCluster(t)
76-
err := mp.Delete()
77-
assert.True(t, strings.Contains(err.Error(), "Directory not mounted"), err.Error())
78-
}
79-
8074
func TestAccSourceOnInvalidMountFails(t *testing.T) {
8175
_, mp := mountPointThroughReusedCluster(t)
8276
source, err := mp.Source()

0 commit comments

Comments
 (0)