Skip sync output tests for now

This commit is contained in:
Daniel Imms
2025-12-21 13:03:25 -08:00
parent 30691e8b46
commit f68d1e5d58
+2 -1
View File
@@ -1269,7 +1269,8 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
});
});
test.describe('synchronized output', () => {
// TODO: These tests are a little too flaky atm
test.describe.skip('synchronized output', () => {
test.beforeEach(async () => {
const theme: ITheme = {
background: '#000000FF',