From 0bdc1d639f463ad224c6703ba0b2f39994085dea Mon Sep 17 00:00:00 2001 From: "cl-branch-out[bot]" <227660121+cl-branch-out[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 02:21:19 +0000 Subject: [PATCH 1/3] [DX-1863] quarantined github.com/smartcontractkit/chainlink/v2/core/services/fluxmonitorv2.TestPollManager_AwakeOnStartThenHibernate --- core/services/fluxmonitorv2/poll_manager_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/services/fluxmonitorv2/poll_manager_test.go b/core/services/fluxmonitorv2/poll_manager_test.go index dcf3527ee9e..59545f125f1 100644 --- a/core/services/fluxmonitorv2/poll_manager_test.go +++ b/core/services/fluxmonitorv2/poll_manager_test.go @@ -7,6 +7,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/smartcontractkit/quarantine" + "github.com/smartcontractkit/chainlink-evm/gethwrappers/generated/flux_aggregator_wrapper" "github.com/smartcontractkit/chainlink/v2/core/logger" "github.com/smartcontractkit/chainlink/v2/core/services/fluxmonitorv2" @@ -255,6 +257,7 @@ func TestPollManager_HibernationOnStartThenAwaken(t *testing.T) { } func TestPollManager_AwakeOnStartThenHibernate(t *testing.T) { + quarantine.Flaky(t, "DX-1863") t.Parallel() pm := newPollManager(t) From b8eee1ce1c559c9af299d72c2422dd56907047f3 Mon Sep 17 00:00:00 2001 From: "cl-branch-out[bot]" <227660121+cl-branch-out[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 02:57:27 +0000 Subject: [PATCH 2/3] [DX-2340] quarantined github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre.Test_CRE_V2_Beholder_Suite --- system-tests/tests/go.mod | 1 + system-tests/tests/smoke/cre/cre_suite_test.go | 3 +++ 2 files changed, 4 insertions(+) diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 07db3eb501e..25c5e0ee931 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -79,6 +79,7 @@ require ( github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/logtrigger v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evmread v0.0.0-20250917232237-c4ecf802c6f8 github.com/smartcontractkit/libocr v0.0.0-20251212213002-0a5e2f907dda + github.com/smartcontractkit/quarantine v0.0.0-20250909213106-ece491bef618 github.com/stretchr/testify v1.11.1 golang.org/x/sync v0.19.0 google.golang.org/protobuf v1.36.11 diff --git a/system-tests/tests/smoke/cre/cre_suite_test.go b/system-tests/tests/smoke/cre/cre_suite_test.go index e5e9aabfe10..456eecf564e 100644 --- a/system-tests/tests/smoke/cre/cre_suite_test.go +++ b/system-tests/tests/smoke/cre/cre_suite_test.go @@ -6,6 +6,8 @@ import ( "github.com/stretchr/testify/require" + "github.com/smartcontractkit/quarantine" + t_helpers "github.com/smartcontractkit/chainlink/system-tests/tests/test-helpers" ) @@ -155,6 +157,7 @@ func Test_CRE_V2_HTTP_Action_Suite(t *testing.T) { } func Test_CRE_V2_Beholder_Suite(t *testing.T) { + quarantine.Flaky(t, "DX-2340") testEnv := t_helpers.SetupTestEnvironmentWithConfig(t, t_helpers.GetDefaultTestConfig(t), append(v2RegistriesFlags, "--with-dashboards")...) ExecuteLogStreamingTest(t, testEnv) From 45c3d011c96647dea77f09a5c927d1bfd305bfe8 Mon Sep 17 00:00:00 2001 From: "cl-branch-out[bot]" <227660121+cl-branch-out[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 05:49:43 +0000 Subject: [PATCH 3/3] [DX-1823] quarantined github.com/smartcontractkit/chainlink/deployment/ccip/changeset/solana_v0_1_1.TestAddRemoteChainWithMcms --- .../ccip/changeset/solana_v0_1_1/cs_chain_contracts_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/ccip/changeset/solana_v0_1_1/cs_chain_contracts_test.go b/deployment/ccip/changeset/solana_v0_1_1/cs_chain_contracts_test.go index 13b509ac698..64ce3b6be78 100644 --- a/deployment/ccip/changeset/solana_v0_1_1/cs_chain_contracts_test.go +++ b/deployment/ccip/changeset/solana_v0_1_1/cs_chain_contracts_test.go @@ -80,6 +80,7 @@ func deployTokenAndMint(t *testing.T, tenv cldf.Environment, solChain uint64, wa // remote chain setup func TestAddRemoteChainWithMcms(t *testing.T) { + quarantine.Flaky(t, "DX-1823") t.Parallel() doTestAddRemoteChain(t, true) }