Skip to content
2 changes: 2 additions & 0 deletions core/services/ocr2/plugins/llo/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
"google.golang.org/protobuf/proto"

"github.com/smartcontractkit/freeport"
"github.com/smartcontractkit/quarantine"

"github.com/smartcontractkit/libocr/offchainreporting2/types"
"github.com/smartcontractkit/libocr/offchainreporting2plus/confighelper"
Expand Down Expand Up @@ -411,6 +412,7 @@ func promoteStagingConfig(t *testing.T, donID uint32, steve *bind.TransactOpts,
}

func TestIntegration_LLO_evm_premium_legacy(t *testing.T) {
quarantine.Flaky(t, "DX-2133")
t.Parallel()
offchainConfigs := []datastreamsllo.OffchainConfig{
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/umbracle/ethgo/abi"

"github.com/smartcontractkit/freeport"
"github.com/smartcontractkit/quarantine"

"github.com/smartcontractkit/libocr/commontypes"
"github.com/smartcontractkit/libocr/offchainreporting2plus/confighelper"
Expand Down Expand Up @@ -90,6 +91,7 @@ func TestFilterNamesFromSpec21(t *testing.T) {
}

func TestIntegration_KeeperPluginConditionalUpkeep(t *testing.T) {
quarantine.Flaky(t, "DX-2137")
g := gomega.NewWithT(t)
lggr := logger.TestLogger(t)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"github.com/aptos-labs/aptos-go-sdk"
chain_selectors "github.com/smartcontractkit/chain-selectors"
mcmstypes "github.com/smartcontractkit/mcms/types"
"github.com/smartcontractkit/quarantine"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zapcore"
Expand Down Expand Up @@ -236,6 +237,7 @@ func TestDeployAptosChainImp_VerifyPreconditions(t *testing.T) {
}

func TestDeployAptosChain_Apply(t *testing.T) {
quarantine.Flaky(t, "DX-2125")
t.Parallel()
lggr := logger.TestLogger(t)

Expand Down
2 changes: 2 additions & 0 deletions deployment/ccip/changeset/aptos/cs_set_ocr3_offramp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

chain_selectors "github.com/smartcontractkit/chain-selectors"
mcmstypes "github.com/smartcontractkit/mcms/types"
"github.com/smartcontractkit/quarantine"
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/chainlink-aptos/bindings/ccip_offramp"
Expand All @@ -21,6 +22,7 @@ import (
)

func TestSetOCR3Offramp_Apply(t *testing.T) {
quarantine.Flaky(t, "DX-2124")
t.Parallel()
// Setup environment and config
deployedEnvironment, _ := testhelpers.NewMemoryEnvironment(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/ethereum/go-ethereum/common"
chain_selectors "github.com/smartcontractkit/chain-selectors"
mcmstypes "github.com/smartcontractkit/mcms/types"
"github.com/smartcontractkit/quarantine"
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/chainlink-aptos/bindings/bind"
Expand All @@ -31,6 +32,7 @@ import (
)

func TestAddAptosLanes_Apply(t *testing.T) {
quarantine.Flaky(t, "DX-2126")
t.Parallel()
// Setup environment and config
deployedEnvironment, _ := testhelpers.NewMemoryEnvironment(
Expand Down
1 change: 1 addition & 0 deletions integration-tests/ccip-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type testDefinition struct {
}

func TestSmokeCCIPForBidirectionalLane(t *testing.T) {
quarantine.Flaky(t, "DX-2068")
quarantine.Flaky(t, "DX-2067")
t.Parallel()
log := logging.GetTestLogger(t)
Expand Down
1 change: 1 addition & 0 deletions system-tests/tests/smoke/cre/cre_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func Test_CRE_V2_Suite(t *testing.T) {
}

func Test_CRE_V2_EVM_Suite(t *testing.T) {
quarantine.Flaky(t, "DX-1960")
topology := os.Getenv("TOPOLOGY_NAME")
testEnv := t_helpers.SetupTestEnvironmentWithConfig(t, t_helpers.GetDefaultTestConfig(t), v2RegistriesFlags...)
// TODO: remove this when OCR works properly with multiple chains in Local CRE
Expand Down
Loading