Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions core/services/workflows/syncer/workflow_syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ func Test_RegistrySyncer_SkipsEventsNotBelongingToDON(t *testing.T) {
}

func Test_RegistrySyncer_WorkflowRegistered_InitiallyPaused(t *testing.T) {
quarantine.Flaky(
t, "DX-2120")
var (
ctx = coretestutils.Context(t)
lggr = logger.TestLogger(t)
Expand Down
2 changes: 2 additions & 0 deletions system-tests/tests/smoke/cre/cre_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func Test_CRE_V1_Billing_EVM_Write(t *testing.T) {
}

func Test_CRE_V1_Billing_Cron_Beholder(t *testing.T) {
quarantine.Flaky(t, "DX-1907")
testEnv := t_helpers.SetupTestEnvironmentWithConfig(t, t_helpers.GetDefaultTestConfig(t))

// TODO remove this when OCR works properly with multiple chains in Local CRE
Expand All @@ -94,6 +95,7 @@ To execute tests with v2 contracts start the local CRE first:
2. Execute the tests in `system-tests/tests/smoke/cre`: `go test -timeout 15m -run "^Test_CRE_V2"`.
*/
func Test_CRE_V2_Suite(t *testing.T) {
quarantine.Flaky(t, "DX-2093")
quarantine.Flaky(t, "DX-2002")
topology := os.Getenv("TOPOLOGY_NAME")

Expand Down
Loading