Skip to content

Commit ffd9f0a

Browse files
committed
Focus whole suite
1 parent d37d1d9 commit ffd9f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/storage/fs/posix/tree/tree_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func generateRandomString(length int) (string, error) {
3030
return string(randomBytes), nil
3131
}
3232

33-
var _ = Describe("Watching tree", func() {
33+
var _ = FDescribe("Watching tree", func() {
3434
var (
3535
subtree string
3636
)
@@ -276,7 +276,7 @@ var _ = Describe("Watching tree", func() {
276276
}).Should(Succeed())
277277
})
278278

279-
FIt("handles id clashes", func() {
279+
It("handles id clashes", func() {
280280
// Create empty file
281281
_, err := os.Create(root + "/original.txt")
282282
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)