Skip to content

Commit

Permalink
chore: skip test (smartcontractkit#10384)
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd authored Aug 29, 2023
1 parent d6ea7b6 commit e8dc3ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/services/vrf/v2/integration_v2_plus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@ func TestVRFV2PlusIntegration_SingleConsumer_EOA_Request_Batching_Enabled(t *tes
}

func TestVRFV2PlusIntegration_SingleConsumer_EIP150_HappyPath(t *testing.T) {
// See: https://smartcontract-it.atlassian.net/browse/VRF-589
// Temporarily skipping to figure out issue with test
t.Skip()
t.Parallel()
ownerKey := cltest.MustGenerateRandomKey(t)
uni := newVRFCoordinatorV2PlusUniverse(t, ownerKey, 1, false)
Expand Down

0 comments on commit e8dc3ea

Please sign in to comment.