Skip to content

Commit d3b8edc

Browse files
committed
update to be more specific
1 parent 8df8b12 commit d3b8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/common/terminals/service.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ suite('Terminal Service', () => {
243243
terminal.verify((t) => t.sendText(TypeMoq.It.isValue(textToSend)), TypeMoq.Times.exactly(1));
244244
});
245245

246-
test('Ensure sendText is NOT called when Python shell integration and terminal shell integration are both enabled - Mac, Linux', async () => {
246+
test('Ensure sendText is NOT called when Python shell integration and terminal shell integration are both enabled - Mac, Linux - !Python3.13', async () => {
247247
isWindowsStub.returns(false);
248248
pythonConfig
249249
.setup((p) => p.get('terminal.shellIntegration.enabled'))

0 commit comments

Comments
 (0)