mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-16 03:01:32 +08:00
Revert "fix(unit): comment out this test for now to see if the rest pass"
This reverts commit 95a33ba3c0bd1b01c7f6f716b42864174f186698.
This commit is contained in:
parent
95a33ba3c0
commit
daa32e4355
@ -471,7 +471,7 @@ describe('Provider Streaming Integration Tests', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
/* describe('Memory Management', () => {
|
describe('Memory Management', () => {
|
||||||
it('should not leak memory during long streaming sessions', async () => {
|
it('should not leak memory during long streaming sessions', async () => {
|
||||||
// Reduced chunk count for CI stability - still tests memory management
|
// Reduced chunk count for CI stability - still tests memory management
|
||||||
const chunkCount = 1000; // Reduced from 10000
|
const chunkCount = 1000; // Reduced from 10000
|
||||||
@ -534,7 +534,7 @@ describe('Provider Streaming Integration Tests', () => {
|
|||||||
|
|
||||||
expect(resourceTracker.resources.size).toBe(0);
|
expect(resourceTracker.resources.size).toBe(0);
|
||||||
});
|
});
|
||||||
}); */
|
});
|
||||||
|
|
||||||
describe('Provider-Specific Configurations', () => {
|
describe('Provider-Specific Configurations', () => {
|
||||||
it('should handle provider-specific options', async () => {
|
it('should handle provider-specific options', async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user