diff --git a/core/internal/features/ocr2/features_ocr2_test.go b/core/internal/features/ocr2/features_ocr2_test.go index aad126b4078..9160310261f 100644 --- a/core/internal/features/ocr2/features_ocr2_test.go +++ b/core/internal/features/ocr2/features_ocr2_test.go @@ -190,7 +190,6 @@ func setupNodeOCR2( func TestIntegration_OCR2(t *testing.T) { t.Parallel() - testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/BCF-3417") testIntegration_OCR2(t) }