From fbf33d5aa34a003f2347b49a60cef740df9d7785 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Thu, 3 Jul 2025 10:59:52 -0400 Subject: [PATCH] Disable test: commit diff with an added .step file (#712) To fix in #711 --- tests/extension.spec.ts | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tests/extension.spec.ts b/tests/extension.spec.ts index 189999a..d3b9ae7 100644 --- a/tests/extension.spec.ts +++ b/tests/extension.spec.ts @@ -97,16 +97,17 @@ test('pull request diff with a modified .step file', async ({ // expect(screenshot2).toMatchSnapshot() }) -test('commit diff with an added .step file', async ({ - page, - authorizedBackground, -}) => { - const url = - 'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734' - const element = await getFirstDiffElement(page, url, 'step') - const screenshot = await element.screenshot() - expect(screenshot).toMatchSnapshot() -}) +// TODO: fix this test https://github.com/KittyCAD/diff-viewer-extension/issues/711 +// test('commit diff with an added .step file', async ({ +// page, +// authorizedBackground, +// }) => { +// const url = +// 'https://github.com/KittyCAD/diff-samples/commit/fd9eec79f0464833686ea6b5b34ea07145e32734' +// const element = await getFirstDiffElement(page, url, 'step') +// const screenshot = await element.screenshot() +// expect(screenshot).toMatchSnapshot() +// }) // TODO: re-enable when .dae are supported // test('commit diff with a modified .dae file as LFS', async ({