Skip to content

Commit

Permalink
[VRF-617] Disable flaky VRF test with TODO (#10590)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreff authored Sep 12, 2023
1 parent 43080c2 commit 4fca701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/vrf/v2/integration_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@ func testEoa(
}

func TestVRFV2Integration_SingleConsumer_EIP150_HappyPath(t *testing.T) {
t.Skip("TODO: VRF-617")
t.Parallel()
ownerKey := cltest.MustGenerateRandomKey(t)
uni := newVRFCoordinatorV2Universe(t, ownerKey, 1)
Expand Down

0 comments on commit 4fca701

Please sign in to comment.