diff --git a/src/test/playwright/e2e/exam/ExamChecklists.spec.ts b/src/test/playwright/e2e/exam/ExamChecklists.spec.ts index e6c66d153094..8b1d943f863f 100644 --- a/src/test/playwright/e2e/exam/ExamChecklists.spec.ts +++ b/src/test/playwright/e2e/exam/ExamChecklists.spec.ts @@ -229,6 +229,8 @@ test.describe('Exam Checklists', async () => { }, ); + // This test is skipped for now because it currently fails due to a known issue: + // https://github.com/ls1intum/Artemis/issues/10074 test.skip( 'Student makes a quiz submission and unassessed quizzes check is marked for instructor after assessment', { tag: '@slow' }, @@ -243,6 +245,8 @@ test.describe('Exam Checklists', async () => { }, ); + // This test is skipped for now because it currently fails due to a known issue: + // https://github.com/ls1intum/Artemis/issues/10076 test.skip( 'Student does not submit the exam on time and corresponding check is marked', { tag: '@slow' },