Skip to content

Commit

Permalink
Disabling ComparisonAuditQueriesTest because it's unfinished
Browse files Browse the repository at this point in the history
  • Loading branch information
umbernhard committed Jun 24, 2024
1 parent 940ac00 commit c334d60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class ComparisonAuditQueriesTest extends TestClassWithDatabase {

@Test
@Test(enabled = false)
public void testSortedList() {

ContestResult contestResult = new ContestResult("Test Contest");
Expand Down

0 comments on commit c334d60

Please sign in to comment.