Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
run: "^Test_CCIPMessaging_EVM2EVM$"
timeout: 20m
# Tests broken as of 2026-02-20
# - name: "Messaging Test Test_CCIPMessaging_EVM2Solana"
# file: ccip_messaging_test.go
# run: "^Test_CCIPMessaging_EVM2Solana$"
# timeout: 30m
- name: "Messaging Test Test_CCIPMessaging_EVM2Solana"
file: ccip_messaging_test.go
run: "^Test_CCIPMessaging_EVM2Solana$"
timeout: 30m
Comment on lines +66 to +69
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

This test is being re-enabled but the comment indicating it was broken is still present on line 65. If the test has been fixed and is ready to run, the comment about it being broken should be removed. If the test hasn't been fixed, it should remain commented out. Please either remove the "Tests broken as of 2026-02-20" comment if the test is now working, or keep the test commented out if it's still broken.

Copilot uses AI. Check for mistakes.
# - name: "Messaging Test Test_CCIPMessaging_Solana2EVM"
# file: ccip_messaging_test.go
# run: "^Test_CCIPMessaging_Solana2EVM$"
Expand Down
Loading