File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,17 @@ var _ = Describe("Client", func() {
34
34
var ()
35
35
36
36
BeforeEach (func () {
37
- // This test fixture is useful for development, but the actual method of parsing is confinded to the client's
38
- // new client method. The parsing used here is more of a schema, and we don't need to test another library's
39
- // abilities to parse said schema.
40
37
})
41
38
42
39
AfterEach (func () {
43
40
})
44
41
45
42
Context ("When fetching an INI config." , func () {
46
43
It ("Handles the positive case." , func () {
44
+ // This test fixture is useful for development, but the actual method of parsing is confinded to the client's
45
+ // new client method. The parsing used here is more of a schema, and we don't need to test another library's
46
+ // abilities to parse said schema.
47
+ Skip ("Dev test suite." )
47
48
cfg := & Global {}
48
49
rawCfg , err := ini .Load ("../../cloud-config" )
49
50
Ω (rawCfg .Section ("Global" )).ShouldNot (BeNil ())
You can’t perform that action at this time.
0 commit comments