File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -378,17 +378,15 @@ var _ = g.Describe("[Conformance][templates] templateservicebroker end-to-end te
378
378
unbind ()
379
379
deprovision ()
380
380
381
- /*
382
- Reenable once the TSB changes have made it into a published image
383
- provision()
384
- bind()
385
- g.By("deleting the template instance that was bound")
386
- err := cli.Run("delete").Args("templateinstance", "--all").Execute()
387
- o.Expect(err).NotTo(o.HaveOccurred())
388
- unbind()
389
- // unbinding a second time should result in a gone message, but not an error
390
- unbind()
391
- */
381
+ provision ()
382
+ bind ()
383
+ g .By ("deleting the template instance that was bound" )
384
+ err := cli .Run ("delete" ).Args ("templateinstance" , "--all" ).Execute ()
385
+ o .Expect (err ).NotTo (o .HaveOccurred ())
386
+ unbind ()
387
+ // unbinding a second time should result in a gone message, but not an error
388
+ unbind ()
389
+
392
390
})
393
391
})
394
392
})
You can’t perform that action at this time.
0 commit comments