mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Reenable integration test (#263181)
Some things have changed, hoping this is more stable now Fix #242671
This commit is contained in:
@@ -177,7 +177,7 @@ suite('chat', () => {
|
||||
assert.strictEqual((result as any).errorDetails.code, 'rate_limited');
|
||||
});
|
||||
|
||||
test.skip('title provider is called for first request', async () => {
|
||||
test('title provider is called for first request', async () => {
|
||||
let calls = 0;
|
||||
const deferred = new DeferredPromise<void>();
|
||||
const participant = chat.createChatParticipant('api-test.participant', (_request, _context, _progress, _token) => {
|
||||
|
||||
Reference in New Issue
Block a user