Skip to content

Commit e748455

Browse files
committed
make common IW test mandatory
1 parent 21ce487 commit e748455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/datascience/interactiveWindow.vscode.common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ ${actualCode}
267267
assert.equal(actualCellText, actualCode);
268268
});
269269

270-
test('Run current file in interactive window (with cells)', async () => {
270+
test('Run current file in interactive window (with cells) @mandatory', async () => {
271271
const { activeInteractiveWindow } = await runNewPythonFile(
272272
interactiveWindowProvider,
273273
'#%%\na=1\nprint(a)\n#%%\nb=2\nprint(b)\n',

0 commit comments

Comments
 (0)