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:
parent
1c007473ba
commit
412439ae01
|
@ -194,7 +194,6 @@ func TestStatePush_serialOlder(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStatePush_forceRemoteState(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)
|
td := tempDir(t)
|
||||||
copy.CopyDir(testFixturePath("inmem-backend"), td)
|
copy.CopyDir(testFixturePath("inmem-backend"), td)
|
||||||
defer os.RemoveAll(td)
|
defer os.RemoveAll(td)
|
||||||
|
|
|
@ -215,7 +215,6 @@ func TestWorkspace_createInvalid(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestWorkspace_createWithState(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)
|
td := tempDir(t)
|
||||||
copy.CopyDir(testFixturePath("inmem-backend"), td)
|
copy.CopyDir(testFixturePath("inmem-backend"), td)
|
||||||
defer os.RemoveAll(td)
|
defer os.RemoveAll(td)
|
||||||
|
|
Loading…
Reference in New Issue