skip plan with no refresh test

We still need to determine if `-refresh=false` is even useful with the
new planning strategy.
This commit is contained in:
James Bardin 2020-09-15 10:04:52 -04:00
parent f52d836e0a
commit 8658424059
1 changed files with 6 additions and 0 deletions

View File

@ -478,6 +478,12 @@ 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()