skip integration test that needs latest insiders (#239681)

This commit is contained in:
Johannes Rieken
2025-02-05 14:45:23 +01:00
committed by GitHub
parent f7db3121e4
commit 18946eca52

View File

@@ -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) {