From 22033da3f39eb24eaf6f9e1cde5cecd1a5bf3a6f Mon Sep 17 00:00:00 2001 From: Balamurali Gopalswami Date: Wed, 27 Nov 2024 11:44:46 -0500 Subject: [PATCH] Typo --- integration-tests/ccip-tests/smoke/ccip_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/ccip-tests/smoke/ccip_test.go b/integration-tests/ccip-tests/smoke/ccip_test.go index 4ad2ede58c7..24437909c8b 100644 --- a/integration-tests/ccip-tests/smoke/ccip_test.go +++ b/integration-tests/ccip-tests/smoke/ccip_test.go @@ -889,7 +889,7 @@ func TestSmokeCCIPReorgBelowFinality(t *testing.T) { // doesn't go through and verifies f+1 nodes is able to detect reorg. // Note: LogPollInterval interval is set as 1s to detect the reorg immediately func TestSmokeCCIPReorgAboveFinalityAtDestination(t *testing.T) { - t.Skip("Skipping as it is flaying. Need to address this ticket CCIP-4401 to enable it.") + t.Skip("Skipping as it is flaking. Need to address this ticket CCIP-4401 to enable it.") t.Parallel() t.Run("Above finality reorg in destination chain", func(t *testing.T) { performAboveFinalityReorgAndValidate(t, "Destination") @@ -901,7 +901,7 @@ func TestSmokeCCIPReorgAboveFinalityAtDestination(t *testing.T) { // shouldn't even get initiated and verifies f+1 nodes is able to detect reorg. // Note: LogPollInterval interval is set as 1s to detect the reorg immediately func TestSmokeCCIPReorgAboveFinalityAtSource(t *testing.T) { - t.Skip("Skipping as it is flaying. Need to address this ticket CCIP-4401 to enable it.") + t.Skip("Skipping as it is flaking. Need to address this ticket CCIP-4401 to enable it.") t.Parallel() t.Run("Above finality reorg in source chain", func(t *testing.T) { performAboveFinalityReorgAndValidate(t, "Source")