# Skipping Tests
During development, you may want to temporarily turn off a test. Rather than commenting it out, you can skip by changing the label to start with: TEST.SKIP.SOME.TEST:.
# Running a Single Test
If you’d like to run a single test to debug a problem, change the label to start with: TEST.ONLY.SOME.TEST.
← Errors Introduction →