Skip to content

Commit

Permalink
Enable EstimateSampleSizesVaryingManifests test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vteague committed Nov 15, 2024
1 parent f80efb7 commit 1c76f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ public void runDemo1() throws InterruptedException {
assertFalse(sampleSizes.isEmpty());

// TODO get assertions, sanity check, but first get the raire-service working (see above).

LOGGER.debug("Successfully completed Demo1.");
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static void beforeAll() {
/**
* This "test" uploads CVRs and ballot manifests.
*/
@Test(enabled = false)
@Test(enabled=true)
public void runManifestVaryingDemo() throws InterruptedException {
testUtils.log(LOGGER, "runManifestVaryingDemo");

Expand Down

0 comments on commit 1c76f4c

Please sign in to comment.