state/remote: Un-stub TestStateRace
The underlying bug that was causing this test to hang has since been fixed.
This commit is contained in:
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…
Reference in New Issue