From e292e0f725eb6e266001754e934b753786a413eb Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Fri, 26 May 2023 21:16:03 +0300 Subject: [PATCH] skip test --- typescript/test/completions.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typescript/test/completions.spec.ts b/typescript/test/completions.spec.ts index 5dc48a4a..8eadd62b 100644 --- a/typescript/test/completions.spec.ts +++ b/typescript/test/completions.spec.ts @@ -525,7 +525,8 @@ test('Omit<..., ""> suggestions', () => { }) }) -test('Additional types suggestions', () => { +// Already works out of the box, but the fix can be better +test.skip('Additional types suggestions', () => { const tester = fourslashLikeTester(/* ts */ ` type A = T; type A = T;