Skip to content

Commit 66ccfd7

Browse files
author
Joshua Reed
committed
Removed no-longer-relevant unit test.
1 parent 0391be1 commit 66ccfd7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/cloud/network_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ var _ = Describe("Network", func() {
9999
It("correctly identifies an existing network from a network status", func() {
100100
Ω(cloud.NetworkExists(dummies.CSCluster.Status.Zones.GetOne().Network)).Should(BeTrue())
101101
})
102-
103-
// It("resolves network details with network ID instead of network name", func() {
104-
// ns.EXPECT().GetNetworkID(gomock.Any()).Return("", -1, errors.New("no match found for blah"))
105-
// ns.EXPECT().GetNetworkByID(fakeNetID).Return(&cloudstack.Network{Type: isolatedNetworkType}, 1, nil)
106-
// expectNetworkTags(fakeNetID, false)
107-
108-
// csCluster.Spec.Network = fakeNetID
109-
// Ω(client.GetOrCreateNetwork(csCluster)).Should(Succeed())
110-
// })
111102
})
112103

113104
Context("for a non-existent network", func() {

0 commit comments

Comments
 (0)