mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Skip sync output tests for now
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user