mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
skip integration test that needs latest insiders (#239681)
This commit is contained in:
@@ -139,7 +139,8 @@ suite('lm', function () {
|
||||
}
|
||||
});
|
||||
|
||||
test('LanguageModelError instance is not thrown to extensions#235322 (SYNC)', async function () {
|
||||
// SKIPPED until Feb 6 2025
|
||||
test.skip('LanguageModelError instance is not thrown to extensions#235322 (SYNC)', async function () {
|
||||
|
||||
disposables.push(vscode.lm.registerChatModelProvider('test-lm', {
|
||||
provideLanguageModelResponse(_messages, _options, _extensionId, _progress, _token) {
|
||||
|
||||
Reference in New Issue
Block a user