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:
@@ -8,7 +8,7 @@ import (
|
||||
var _ = Describe("Helpers", func() {
|
||||
Context("todo", func() {
|
||||
It("should fail", func() {
|
||||
Fail("Not implemented")
|
||||
Skip("Not implemented")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user