Skip to content

Commit

Permalink
Re-enabled snapshot job test in stress test.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Aug 8, 2016
1 parent 316fbd0 commit 9672c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testIngestDomains() {
doIngestDomains();
}

@Test ( enabled = false )
@Test ( enabled = true )
public void testGenerateSnapshot() {
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 9672c91

Please sign in to comment.