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)