Skip to content

Commit 47372d8

Browse files
committed
skip test
1 parent ed51a27 commit 47372d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/cloud/client_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ var _ = Describe("Client", func() {
3434
var ()
3535

3636
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.
4037
})
4138

4239
AfterEach(func() {
4340
})
4441

4542
Context("When fetching an INI config.", func() {
4643
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.")
4748
cfg := &Global{}
4849
rawCfg, err := ini.Load("../../cloud-config")
4950
Ω(rawCfg.Section("Global")).ShouldNot(BeNil())

0 commit comments

Comments
 (0)