Revert "local state: fix TestAgentAntiEntropy_EnableTagOverride"

This reverts commit 86f7ea601342d6f3ceb9d0dc74bd5b33dae0b8d8.
This commit is contained in:
Frank Schroeder 2017-10-23 10:08:34 +02:00
parent 1bd73d2a6e
commit 3d67ce9000
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 0 additions and 3 deletions

View File

@ -246,9 +246,6 @@ func TestAgentAntiEntropy_EnableTagOverride(t *testing.T) {
EnableTagOverride: true,
}
a.State.AddService(srv1, "")
if err := a.State.SyncChanges(); err != nil {
t.Fatalf("err: %v", err)
}
srv1_mod := new(structs.NodeService)
*srv1_mod = *srv1
srv1_mod.Port = 7100