Skip to content

Commit

Permalink
reenable e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Mar 12, 2024
1 parent ca9c1bf commit 6373131
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions report-viewer/tests/e2e/OpenComparisonTest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const testSets: DataSet[] = [
firstSubmissionName: '0',
secondSubmissionName: '1'
},
// Disabled due to https://github.com/jplag/JPlag/issues/1610
/*{
{
datasetName: 'fileMultiRoot-report.zip',
firstSubmissionName: 'f0\\\\|/0.java',
secondSubmissionName: 'f1\\\\|/1.java'
Expand All @@ -34,7 +33,7 @@ const testSets: DataSet[] = [
datasetName: 'mixedBaseFolder-report.zip',
firstSubmissionName: 'f0\\\\|/0.java',
secondSubmissionName: 'f1\\\\|/1'
},*/
},
{
datasetName: 'folderMultiRoot-report.zip',
firstSubmissionName: 'f0\\\\|/0',
Expand Down

0 comments on commit 6373131

Please sign in to comment.