state/remote: Un-stub TestStateRace

The underlying bug that was causing this test to hang has since been
fixed.
pull/19086/head
Martin Atkins 8 years ago
parent 3eaf2c308d
commit 72a7947cb7

@ -16,7 +16,6 @@ func TestState_impl(t *testing.T) {
}
func TestStateRace(t *testing.T) {
t.Fatal("FIXME: this test is either hanging or getting into an infinite loop")
s := &State{
Client: nilClient{},
}

Loading…
Cancel
Save