Skip to content

Commit

Permalink
Add "delete temp debugging files" to @mandatory (#12372)
Browse files Browse the repository at this point in the history
to ensure that it runs on Windows and also so that we have a debugging test in @mandatory
Fix #10041
  • Loading branch information
roblourens authored Dec 9, 2022
1 parent 00c7c37 commit d75ae7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/datascience/debugger.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ suite('Run By Line @debugger', function () {
// Cleanup after suite is finished
suiteTeardown(() => closeNotebooksAndCleanUpAfterTests(disposables));

test('Delete temp debugging files', async function () {
test('Delete temp debugging files @mandatory', async function () {
let tempWatcher;
let folderName;
try {
Expand Down

0 comments on commit d75ae7a

Please sign in to comment.