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

The underlying bug has now been fixed,
in b3b62429a7bbeb852f9b26299732b265d9d3299f .
This commit is contained in:
Martin Atkins 2018-10-02 15:13:28 -07:00
parent 1c007473ba
commit 412439ae01
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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)