Skip to content

Commit

Permalink
Reenabled snapshot generation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 24, 2018
1 parent c278b02 commit 9572950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void testIngestDomains() throws IOException, InterruptedException {
doIngestDomains();
}

@Test ( enabled = false )
@Test ( enabled = true )
public void testGenerateSnapshot() throws IOException, InterruptedException {
addDescription("Test generating snapshot jobs with a maximum number of bytes per domain of 100 000. This takes about ten hours to complete. The" +
" number of jobs generated is determined roughly by the parameter settings.harvester.scheduler.jobGen.domainConfigSubsetSize which is" +
Expand Down

0 comments on commit 9572950

Please sign in to comment.