state/remote: Un-stub TestStateRace

The underlying bug that was causing this test to hang has since been
fixed.
This commit is contained in:
Martin Atkins 2018-10-16 08:10:54 -07:00
parent 3eaf2c308d
commit 72a7947cb7
1 changed files with 0 additions and 1 deletions

View File

@ -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{},
}