test(server): skip streaming tests

This commit is contained in:
Elian Doran 2025-06-15 14:40:11 +03:00
parent e7d129f2f7
commit 641d2b0527
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ vi.mock('../../log.js', () => ({
} }
})); }));
describe('Provider Streaming Integration Tests', () => { describe.skip('Provider Streaming Integration Tests', () => {
let mockProviderOptions: ProviderStreamOptions; let mockProviderOptions: ProviderStreamOptions;
beforeEach(() => { beforeEach(() => {