Skip to content

Commit baaeca8

Browse files
committed
test(editor): skip changing oxc.typeAware test for the moment (#15167)
1 parent 48e646b commit baaeca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/vscode/tests/e2e_server.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ suite('E2E Diagnostics', () => {
261261
strictEqual(secondDiagnostics[0].severity, DiagnosticSeverity.Error);
262262
});
263263

264-
testSingleFolderMode('changing oxc.typeAware will revalidate the tsgolint diagnostics', async () => {
264+
// flaky because of https://github.com/oxc-project/tsgolint/issues/349
265+
test.skip('changing oxc.typeAware will revalidate the tsgolint diagnostics', async () => {
265266
await loadFixture('type_aware');
266267
const firstDiagnostics = await getDiagnostics('index.ts');
267268

0 commit comments

Comments
 (0)