Skip to content

Commit fa6d41e

Browse files
committed
re-enable
1 parent 70c6555 commit fa6d41e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/onramp/ccip_onramp_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestCCIPSuiOnRamp(t *testing.T) {
6464
}
6565

6666
t.Run("CCIP SUI messaging", func(t *testing.T) {
67-
t.Skip("Skipping CCIP SUI messaging test in favor of E2E tests. Re-enable and run in CI for details on errors.")
67+
// t.Skip("Skipping CCIP SUI messaging test in favor of E2E tests. Re-enable and run in CI for details on errors.")
6868
envSettings := environment.SetupTestEnvironment(t, localChainSelector, destChainSelector, gasBudget)
6969
linkTokenType := fmt.Sprintf("%s::mock_link_token::MOCK_LINK_TOKEN", envSettings.MockLinkReport.Output.PackageId)
7070
ethTokenType := fmt.Sprintf("%s::mock_eth_token::MOCK_ETH_TOKEN", envSettings.MockEthTokenReport.Output.PackageId)
@@ -166,7 +166,7 @@ func TestCCIPSuiOnRamp(t *testing.T) {
166166
}, 5*time.Second, 1*time.Second, "Transaction final state not reached")
167167

168168
// QueryEvents is not yet implemented on the gRPC client; skip event assertion until migrated.
169-
t.Skip("QueryEvents pending gRPC migration on PTB client")
169+
// t.Skip("QueryEvents pending gRPC migration on PTB client")
170170
})
171171

172172
t.Run("CCIP SUI messaging with Lock Release Token Pool", func(t *testing.T) {

0 commit comments

Comments
 (0)