command: Un-stub tests that were previously hanging on the inmem backend

The underlying bug has now been fixed,
in b3b62429a7 .
pull/19086/head
Martin Atkins 8 years ago
parent 1c007473ba
commit 412439ae01

@ -194,7 +194,6 @@ func TestStatePush_serialOlder(t *testing.T) {
}
func TestStatePush_forceRemoteState(t *testing.T) {
t.Fatalf("FIXME: This test seems to be getting hanged or into an infinite loop")
td := tempDir(t)
copy.CopyDir(testFixturePath("inmem-backend"), td)
defer os.RemoveAll(td)

@ -215,7 +215,6 @@ func TestWorkspace_createInvalid(t *testing.T) {
}
func TestWorkspace_createWithState(t *testing.T) {
t.Fatalf("FIXME: This test seems to be getting hung or into an infinite loop")
td := tempDir(t)
copy.CopyDir(testFixturePath("inmem-backend"), td)
defer os.RemoveAll(td)

Loading…
Cancel
Save