diff --git a/src/integration-tests/stepping-granularity.spec.ts b/src/integration-tests/stepping-granularity.spec.ts index 932f21fd..9204d215 100644 --- a/src/integration-tests/stepping-granularity.spec.ts +++ b/src/integration-tests/stepping-granularity.spec.ts @@ -24,12 +24,12 @@ interface StackStateCheck { line: number; } -describe.only('Stepping', async function () { +describe('Stepping', async function() { let dc: CdtDebugClient; const steppingProgram = path.join(testProgramsDir, 'stepping'); const steppingSource = path.join(testProgramsDir, 'stepping.c'); - beforeEach(async function () { + beforeEach(async function() { dc = await standardBeforeEach(); await dc.hitBreakpoint(