From cad913c57bbd1d9f9b3b2284ee9e2c262734047b Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 18 Oct 2013 06:48:20 +0000 Subject: [PATCH] devmapper: the tests are fast enough that we no longer need a workaround to avoid timeouts --- runtime_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/runtime_test.go b/runtime_test.go index 9a42784be1..cc1b22ba59 100644 --- a/runtime_test.go +++ b/runtime_test.go @@ -193,13 +193,6 @@ func setupBaseImage() { log.Fatalf("Unable to create a runtime for tests:", err) } - // Create a device, which triggers the initiation of the base FS - // This avoids other tests doing this and timing out - deviceset := devmapper.NewDeviceSet(unitTestStoreBase) - if err := deviceset.AddDevice("init", ""); err != nil { - log.Fatalf("Unable to setup the base image: %s", err) - } - // Create the "Server" srv := &Server{ runtime: runtime,