re-enable test
This commit is contained in:
parent
496cf629cb
commit
826ccdd123
|
@ -478,12 +478,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.`
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestLocal_planRefreshFalse(t *testing.T) {
|
func TestLocal_planRefreshFalse(t *testing.T) {
|
||||||
// since there is no longer a separate Refresh walk, `-refresh=false
|
|
||||||
// doesn't do anything.
|
|
||||||
// FIXME: determine if we need a refresh option for the new plan, or remove
|
|
||||||
// this test
|
|
||||||
t.Skip()
|
|
||||||
|
|
||||||
b, cleanup := TestLocal(t)
|
b, cleanup := TestLocal(t)
|
||||||
defer cleanup()
|
defer cleanup()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue