Skip to content

test(ccip): skip flaky TestRMN_TwoMessagesOneSourceChainCursed#22279

Open
genisis0x wants to merge 1 commit intosmartcontractkit:developfrom
genisis0x:fix/skip-flaky-rmn-18031
Open

test(ccip): skip flaky TestRMN_TwoMessagesOneSourceChainCursed#22279
genisis0x wants to merge 1 commit intosmartcontractkit:developfrom
genisis0x:fix/skip-flaky-rmn-18031

Conversation

@genisis0x
Copy link
Copy Markdown

Description

Closes #18031.

TestRMN_TwoMessagesOneSourceChainCursed in integration-tests/smoke/ccip/ccip_rmn_test.go is consistently flaky in CI. The same file already skips a sibling test (TestRMN_TwoMessagesOnTwoLanesIncludingBatching, line 75) using a t.Skipf with a link to the failure context.

This PR adds the same one-line skip to keep the CCIP smoke suite green while #18031 is investigated.

func TestRMN_TwoMessagesOneSourceChainCursed(t *testing.T) {
    t.Skipf("Skipping due to flakiness, see https://github.com/smartcontractkit/chainlink/issues/18031")
    runRmnTestCase(t, rmnTestCase{
        ...

Risk

None at runtime: the skip executes before any test setup, so the test simply reports as SKIP instead of running. No production code touched.

The test is consistently flaky in CI (tracked in smartcontractkit#18031). Skip it the
same way TestRMN_TwoMessagesOnTwoLanesIncludingBatching is already
skipped in the same file, until the underlying flake is addressed.

Closes smartcontractkit#18031.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skip Flaky Test: TestRMN_TwoMessagesOneSourceChainCursed

1 participant