From 412439ae01b5c66bc0a4e5d232d19d1aa517172d Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 2 Oct 2018 15:13:28 -0700 Subject: [PATCH] command: Un-stub tests that were previously hanging on the inmem backend The underlying bug has now been fixed, in b3b62429a7bbeb852f9b26299732b265d9d3299f . --- command/state_push_test.go | 1 - command/workspace_command_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/command/state_push_test.go b/command/state_push_test.go index 21115065c..e7fd5f446 100644 --- a/command/state_push_test.go +++ b/command/state_push_test.go @@ -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) diff --git a/command/workspace_command_test.go b/command/workspace_command_test.go index 146c21aba..4503850fd 100644 --- a/command/workspace_command_test.go +++ b/command/workspace_command_test.go @@ -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)