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;