1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

actually skip tests until implementation exists

This commit is contained in:
Grant Murphy
2017-12-13 16:35:28 +10:00
parent d4311c96e2
commit 02901b98fc
3 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import (
var _ = Describe("Helpers", func() {
Context("todo", func() {
It("should fail", func() {
Fail("Not implemented")
Skip("Not implemented")
})
})
})