Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Flaky Tests

Flaky Tests

Feb 10, 20261 min read

  • testing
  • flaky-tests

Flaky Tests

← Back to End-to-End Testing

Tests that intermittently pass or fail without code changes. Caused by timing issues, shared state, network dependencies, or non-deterministic behavior. Strategies include retries, quarantine, and fixing root causes.

Key Properties

  • Root Causes
  • Quarantine Strategy
  • Retry Mechanisms

Related

  • Browser Testing (common source of flakiness)
  • Testing in CI (flaky tests slow CI)

testing flaky-tests


Graph View

  • Flaky Tests
  • Key Properties
  • Related

Backlinks

  • End-to-End Testing
  • Browser Testing
  • End-to-End Tests
  • Testing in CI

Created with Quartz v4.5.2 © 2026

  • GitHub