Skip to content

Commit fe4b9ad

Browse files
authored
disable bhs full tests for vrfv2/plus (#21718)
1 parent 5c2db8b commit fe4b9ad

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

devenv/tests/vrfv2/bhs_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ func TestVRFV2WithBHS(t *testing.T) {
5858
require.NoError(t, err, "failed to connect to Chainlink nodes")
5959

6060
t.Run("BHS Job with complete E2E - wait 256 blocks to see if Rand Request is fulfilled", func(t *testing.T) {
61+
t.Skip("This test is flaky on CI. Originally it only run on live testnets. Owners should work on fixing it.")
62+
// Failure reason: blockhash not found in the store.
6163
consumers, subIDs, err := deployConsumersAndFundSubs(ctx, chainClient, coord, linkToken, 0, 1, 1)
6264
require.NoError(t, err, "error setting up new consumers and subs")
6365
subID := subIDs[0]

devenv/tests/vrfv2plus/bhs_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ func TestVRFV2PlusWithBHS(t *testing.T) {
113113
})
114114

115115
t.Run("BHS complete E2E fund later and fulfill", func(t *testing.T) {
116+
t.Skip("This test is flaky on CI. Originally it only run on live testnets. Owners should work on fixing it.")
117+
// Failure reason: blockhash not found in the store.
116118
consumer, dErr := contracts.DeployVRFv2PlusLoadTestConsumer(chainClient, coord.Address())
117119
require.NoError(t, dErr, "failed to deploy load test consumer")
118120

0 commit comments

Comments
 (0)