mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue