Skip to content

Conversation

@carte7000
Copy link
Contributor

Requires

Supports

@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2025

CORA - Pending Reviewers

All codeowners have approved! ✅

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@carte7000 carte7000 marked this pull request as ready for review December 19, 2025 20:23
@carte7000 carte7000 requested a review from a team as a code owner December 19, 2025 20:23
Copilot AI review requested due to automatic review settings December 19, 2025 20:23
@carte7000 carte7000 requested review from a team as code owners December 19, 2025 20:23
@carte7000 carte7000 enabled auto-merge December 19, 2025 20:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR temporarily disables fast transfer integration tests by adding skip calls at the beginning of four test functions and removing their corresponding CI/CD pipeline configurations.

Key changes:

  • Added t.Skip() calls to disable four fast transfer test functions
  • Removed CI/CD pipeline entries for the skipped tests

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
integration-tests/smoke/ccip/ccip_fast_transfer_test.go Added skip statements to four test functions (1.5 and 1.6 variants with and without MCMS)
.github/e2e-tests.yml Removed CI/CD pipeline configurations for the four skipped fast transfer tests

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}

func TestFastTransfer1_5Lanes(t *testing.T) {
t.Skip("Skipping fast transfer tests")
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The skip message lacks context about why these tests are being skipped and when they should be re-enabled. Consider adding a more descriptive message that includes the reason (e.g., a ticket reference) and expected timeline for re-enabling, such as: t.Skip(\"Temporarily skipping fast transfer tests - see LINK-XXX for details\")

Suggested change
t.Skip("Skipping fast transfer tests")
t.Skip("Temporarily skipping fast transfer tests - see CCIP-XXXX for details")

Copilot uses AI. Check for mistakes.
@trunk-io
Copy link

trunk-io bot commented Dec 19, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

Flaky Test Failure Summary Logs
Test_CRE_V2_EVM_WriteReport_Invalid_Gas_Regression/[v2]_EVM.WriteReport_-_invalid_gas_fails_with_low The test failed without a specific error message indicating what went wrong. Logs ↗︎

View Full Report ↗︎Docs

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.

5 participants