Skip to content

Commit

Permalink
remove sanity check again
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEntholzer committed Sep 29, 2024
1 parent f8644a0 commit 1d85541
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/playwright/e2e/exam/ExamAssessment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,6 @@ test.describe('Exam grading', () => {
});
});

test.describe('This test should fail', () => {
test('Check exam statistics', () => {
expect(true).toBe(false);
});
});

test.describe('Exam statistics', () => {
let exercise: Exercise;
const students = [studentOne, studentTwo, studentThree, studentFour];
Expand Down

0 comments on commit 1d85541

Please sign in to comment.