re-enable test

This commit is contained in:
James Bardin 2020-10-07 10:44:41 -04:00
parent 496cf629cb
commit 826ccdd123
1 changed files with 0 additions and 6 deletions

View File

@ -478,12 +478,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.`
}
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)
defer cleanup()