Dispensable Smells.
Empty Test
An Empty Test is a test method with a body that contains no executable statements, so it always passes while verifying nothing.
Ignored Test
A test that is committed to the codebase but never runs because it has been skipped, disabled, or commented out, giving the appearance of coverage without actually verifying anything.