Skip to content

[DEVEL]Skipped or Disabled Tests in VRF, OCR Forwarder, and LLO Integration #18652

@Caplost

Description

@Caplost

Description

Several test files contain skipped or disabled tests, which may lead to incomplete test coverage and undetected regressions. These include VRF, OCR Forwarder, and LLO integration tests. Skipped tests can mask underlying issues and should be reviewed, enabled, or removed if obsolete.

Environment

  • Chainlink repo: develop branch
  • Go 1.22+
  • OS: Linux 6.11.0-29-generic

Examples

  • core/services/vrf/vrf_integration_test.go: Contains t.Skip() for certain test cases.
  • core/services/ocr/forwarder_integration_test.go: Some tests are skipped or commented out.
  • core/services/llo/llo_integration_test.go: Skipped integration tests present.

Steps to Reproduce

  1. Run all tests with go test ./....
  2. Observe output for skipped tests.
  3. Review test files for t.Skip() or commented-out test blocks.

Additional Info

  • Skipped tests may indicate flaky or unstable tests, or features under development.
  • Review each skipped test for relevance and stability.
  • Enable, fix, or remove as appropriate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions