Skip to content

Commit

Permalink
[VRF-616] Skip flaky VRF test
Browse files Browse the repository at this point in the history
  • Loading branch information
vreff committed Sep 8, 2023
1 parent d6945ac commit b7063d1
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 @@ -1318,6 +1318,7 @@ func TestVRFV2Integration_SingleConsumer_NeedsTrustedBlockhashStore(t *testing.T
}

func TestVRFV2Integration_SingleConsumer_NeedsTrustedBlockhashStore_AfterDelay(t *testing.T) {
t.Skip("TODO: VRF-616")
t.Parallel()
ownerKey := cltest.MustGenerateRandomKey(t)
uni := newVRFCoordinatorV2PlusUniverse(t, ownerKey, 2, true)
Expand Down

0 comments on commit b7063d1

Please sign in to comment.