Introduction
Sometimes you want to skip a test temporarily without deleting it. @Disabled helps you do that easily.
When a test is broken and you want to fix it later without failing the build.
When a feature is not ready but the test exists already.
When you want to skip a long-running test during quick checks.
When a test depends on an external system that is currently unavailable.