Skip to content

Commit

Permalink
Let the other tests run, of course
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work committed Oct 31, 2023
1 parent ba0e44c commit c6afacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration-tests/stepping-granularity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c6afacb

Please sign in to comment.