Reenable integration test (#263181)

Some things have changed, hoping this is more stable now
Fix #242671
This commit is contained in:
Rob Lourens
2025-08-24 13:41:59 -07:00
committed by GitHub
parent a37df1e566
commit a9ca87f882

View File

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