Skip to content

Commit

Permalink
Add comments about why the tests are skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
muradium committed Dec 23, 2024
1 parent 5bf7673 commit 6ac351a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/playwright/e2e/exam/ExamChecklists.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand All @@ -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' },
Expand Down

0 comments on commit 6ac351a

Please sign in to comment.